#F29427

Color #F29427 Carrot Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carrot Orange #F29427

Tints of Carrot Orange #F29427

Color information

#F29427 (or 0xF29427) is unknown color: approx Carrot Orange. HEX triplet: F2, 94 and 27. RGB value is (242,148,39). Sum of RGB (Red+Green+Blue) = 242+148+39=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 148 (58.20% from 255 or 34.50% from 429); Blue value is 39 (15.62% from 255 or 9.09% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F29427 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29427 is #0D6BD8. Grayscale: #A4A4A4. Windows color (decimal): -879577 or 2594034. OLE color: 2594034.

HSL color Cylindrical-coordinate representation of color #F29427: hue angle of 32.22º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F29427 is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB24214839-
CMYK00.390.840.05
HSL32.22º88.65%55.1%-
HSV(B)32.22º83.88%94.9%-
XYZ47.5740.27.17-
YUV163.6857.64183.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 56.41%
GREEN value IS 148 (58.20% from 255) = 34.50%
BLUE value IS 39 (15.62% from 255) = 9.09%
R=56.41%
G=34.50%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.84
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421483900.390.840.0532.2288.6555.1
HexF29427027545205937
Octal3622244704712454013167
Binary1111001010010100100111010011110101001011000001011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29427; }

 p { color: rgb(242,148,39); }

 H1.HeaderClassName
 {
   color: #F29427;
 }
 .AnyTagClassName
 {
   color: #F29427;
 }
</style>
background-color css

<style>
 a { background-color: #F29427; }

 a { background-color: rgb(242,148,39); }

 div.DivClassName
 {
   background-color: #F29427;
 }
 .BgClassName
 {
   background-color: #F29427;
 }
</style>
border-color css

<style>
 span { border-color: #F29427; }

 span { border-color: rgb(242,148,39); }

 td.TdClassName
 {
   border-color: #F29427;
 }
 .TagClassName
 {
   border-color: #F29427;
 }
</style>