Html Css Color HEX #F29124 Carrot Orange

📋 copy color: '#F29124'

red 242 ◦ green 145 ◦ blue 36

#F29124
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carrot Orange #F29124

Tints of Carrot Orange #F29124

RGB

 RED value IS 242 (94.92% from 255) = 57.21%

 GREEN value IS 145 (57.03% from 255) = 34.28%

 BLUE value IS 36 (14.45% from 255) = 8.51%

R = 57.21%
G = 34.28%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F29124 (or 0xF29124) is known color: Carrot Orange. HEX triplet: F2, 91 and 24. RGB value is (242,145,36). Sum of RGB (Red+Green+Blue) = 242+145+36=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 36 (14.45% from 255 or 8.51% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F29124 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29124 is #0D6EDB. Grayscale: #A2A2A2. Windows color (decimal): -880348 or 2396658. OLE color: 2396658.

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

Color convert

RGB 242 145 36 -
CMYK 0 0.40 0.85 0.05
HSL 31.75º 0.89% 0.55% -
HSV(B) 31.75º 0.85% 0.95% -
XYZ 47.06 39.26 6.77 -
YUV 161.58 57.14 185.36 -
System Red Green Blue C M Y K H S L
Decimal 242 145 36 0 0.40 0.85 0.05 31.75 0.89 0.55
Hex F2 91 24 0 28 55 5 20 59 37
Octal 362 221 44 0 50 125 5 40 131 67
Binary 11110010 10010001 100100 0 101000 1010101 101 100000 1011001 110111

Color Harmonies of #F29124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29124

Black with #F29124

Text Example


Text Example

White with #F29124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29124; }

 p { color: rgb(242,145,36); }

 H1.HeaderClassName
 {
   color: #F29124;
 }
 .AnyTagClassName
 {
   color: #F29124;
 }
</style>

background-color css

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

 a { background-color: rgb(242,145,36); }

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

border-color css

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

 span { border-color: rgb(242,145,36); }

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