Html Css Color HEX #F29024 Carrot Orange

📋 copy color: '#F29024'

red 242 ◦ green 144 ◦ blue 36

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

Shades of Carrot Orange #F29024

Tints of Carrot Orange #F29024

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.12%

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

R = 57.35%
G = 34.12%
B = 8.53%

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

#F29024 (or 0xF29024) is known color: Carrot Orange. HEX triplet: F2, 90 and 24. RGB value is (242,144,36). Sum of RGB (Red+Green+Blue) = 242+144+36=422 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.35% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 36 (14.45% from 255 or 8.53% from 422); Max value from RGB is 242 - color contains mainly: red. Hex color #F29024 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29024 is #0D6FDB. Grayscale: #A1A1A1. Windows color (decimal): -880604 or 2396402. OLE color: 2396402.

HSL color Cylindrical-coordinate representation of color #F29024: hue angle of 31.46º 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 #F29024 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 144 36 -
CMYK 0 0.40 0.85 0.05
HSL 31.46º 0.89% 0.55% -
HSV(B) 31.46º 0.85% 0.95% -
XYZ 46.91 38.95 6.71 -
YUV 160.99 57.47 185.78 -
System Red Green Blue C M Y K H S L
Decimal 242 144 36 0 0.40 0.85 0.05 31.46 0.89 0.55
Hex F2 90 24 0 28 55 5 1F 59 37
Octal 362 220 44 0 50 125 5 37 131 67
Binary 11110010 10010000 100100 0 101000 1010101 101 11111 1011001 110111

Color Harmonies of #F29024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29024

Black with #F29024

Text Example


Text Example

White with #F29024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29024; }

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

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

background-color css

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

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

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

border-color css

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

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

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