Html Css Color HEX #F29A1C Carrot Orange

📋 copy color: '#F29A1C'

red 242 ◦ green 154 ◦ blue 28

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

Shades of Carrot Orange #F29A1C

Tints of Carrot Orange #F29A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.6%

R = 57.08%
G = 36.32%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F29A1C (or 0xF29A1C) is known color: Carrot Orange. HEX triplet: F2, 9A and 1C. RGB value is (242,154,28). Sum of RGB (Red+Green+Blue) = 242+154+28=424 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.08% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 28 (11.33% from 255 or 6.60% from 424); Max value from RGB is 242 - color contains mainly: red. Hex color #F29A1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29A1C is #0D65E3. Grayscale: #A6A6A6. Windows color (decimal): -878052 or 1874674. OLE color: 1874674.

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

Color convert

RGB 242 154 28 -
CMYK 0 0.36 0.88 0.05
HSL 35.33º 0.89% 0.53% -
HSV(B) 35.33º 0.88% 0.95% -
XYZ 48.38 42.07 6.67 -
YUV 165.95 50.15 182.25 -
System Red Green Blue C M Y K H S L
Decimal 242 154 28 0 0.36 0.88 0.05 35.33 0.89 0.53
Hex F2 9A 1C 0 24 58 5 23 59 35
Octal 362 232 34 0 44 130 5 43 131 65
Binary 11110010 10011010 11100 0 100100 1011000 101 100011 1011001 110101

Color Harmonies of #F29A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29A1C

Black with #F29A1C

Text Example


Text Example

White with #F29A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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