Html Css Color HEX #F29A19 Carrot Orange

📋 copy color: '#F29A19'

red 242 ◦ green 154 ◦ blue 25

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

Shades of Carrot Orange #F29A19

Tints of Carrot Orange #F29A19

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.58%

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

R = 57.48%
G = 36.58%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F29A19 (or 0xF29A19) is known color: Carrot Orange. HEX triplet: F2, 9A and 19. RGB value is (242,154,25). Sum of RGB (Red+Green+Blue) = 242+154+25=421 (55% of max value = 765). Red value is 242 (94.92% from 255 or 57.48% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 25 (10.16% from 255 or 5.94% from 421); Max value from RGB is 242 - color contains mainly: red. Hex color #F29A19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F29A19 is #0D65E6. Grayscale: #A6A6A6. Windows color (decimal): -878055 or 1678066. OLE color: 1678066.

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

Color convert

RGB 242 154 25 -
CMYK 0 0.36 0.90 0.05
HSL 35.67º 0.89% 0.52% -
HSV(B) 35.67º 0.9% 0.95% -
XYZ 48.35 42.06 6.49 -
YUV 165.61 48.65 182.49 -
System Red Green Blue C M Y K H S L
Decimal 242 154 25 0 0.36 0.90 0.05 35.67 0.89 0.52
Hex F2 9A 19 0 24 5A 5 24 59 34
Octal 362 232 31 0 44 132 5 44 131 64
Binary 11110010 10011010 11001 0 100100 1011010 101 100100 1011001 110100

Color Harmonies of #F29A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29A19

Black with #F29A19

Text Example


Text Example

White with #F29A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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