Html Css Color HEX #F29C1F Carrot Orange

📋 copy color: '#F29C1F'

red 242 ◦ green 156 ◦ blue 31

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

Shades of Carrot Orange #F29C1F

Tints of Carrot Orange #F29C1F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.36%

 BLUE value IS 31 (12.5% from 255) = 7.23%

R = 56.41%
G = 36.36%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F29C1F (or 0xF29C1F) is known color: Carrot Orange. HEX triplet: F2, 9C and 1F. RGB value is (242,156,31). Sum of RGB (Red+Green+Blue) = 242+156+31=429 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.41% from 429); Green value is 156 (61.33% from 255 or 36.36% from 429); Blue value is 31 (12.5% from 255 or 7.23% from 429); Max value from RGB is 242 - color contains mainly: red. Hex color #F29C1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29C1F is #0D63E0. Grayscale: #A8A8A8. Windows color (decimal): -877537 or 2071794. OLE color: 2071794.

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

Color convert

RGB 242 156 31 -
CMYK 0 0.36 0.87 0.05
HSL 35.55º 0.89% 0.54% -
HSV(B) 35.55º 0.87% 0.95% -
XYZ 48.75 42.75 6.98 -
YUV 167.46 50.99 181.16 -
System Red Green Blue C M Y K H S L
Decimal 242 156 31 0 0.36 0.87 0.05 35.55 0.89 0.54
Hex F2 9C 1F 0 24 57 5 24 59 36
Octal 362 234 37 0 44 127 5 44 131 66
Binary 11110010 10011100 11111 0 100100 1010111 101 100100 1011001 110110

Color Harmonies of #F29C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29C1F

Black with #F29C1F

Text Example


Text Example

White with #F29C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29C1F; }

 p { color: rgb(242,156,31); }

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

background-color css

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

 a { background-color: rgb(242,156,31); }

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

border-color css

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

 span { border-color: rgb(242,156,31); }

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