Html Css Color HEX #F29019 Carrot Orange

📋 copy color: '#F29019'

red 242 ◦ green 144 ◦ blue 25

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

Shades of Carrot Orange #F29019

Tints of Carrot Orange #F29019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.08%

R = 58.88%
G = 35.04%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F29019 (or 0xF29019) is known color: Carrot Orange. HEX triplet: F2, 90 and 19. RGB value is (242,144,25). Sum of RGB (Red+Green+Blue) = 242+144+25=411 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.88% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 25 (10.16% from 255 or 6.08% from 411); Max value from RGB is 242 - color contains mainly: red. Hex color #F29019 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29019 is #0D6FE6. Grayscale: #A0A0A0. Windows color (decimal): -880615 or 1675506. OLE color: 1675506.

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

Color convert

RGB 242 144 25 -
CMYK 0 0.40 0.90 0.05
HSL 32.9º 0.89% 0.52% -
HSV(B) 32.9º 0.9% 0.95% -
XYZ 46.77 38.89 5.96 -
YUV 159.74 51.97 186.68 -
System Red Green Blue C M Y K H S L
Decimal 242 144 25 0 0.40 0.90 0.05 32.9 0.89 0.52
Hex F2 90 19 0 28 5A 5 21 59 34
Octal 362 220 31 0 50 132 5 41 131 64
Binary 11110010 10010000 11001 0 101000 1011010 101 100001 1011001 110100

Color Harmonies of #F29019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29019

Black with #F29019

Text Example


Text Example

White with #F29019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29019; }

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

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

background-color css

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

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

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

border-color css

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

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

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