Html Css Color HEX #F29C21 Carrot Orange

📋 copy color: '#F29C21'

red 242 ◦ green 156 ◦ blue 33

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

Shades of Carrot Orange #F29C21

Tints of Carrot Orange #F29C21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.66%

R = 56.15%
G = 36.19%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F29C21 (or 0xF29C21) is known color: Carrot Orange. HEX triplet: F2, 9C and 21. RGB value is (242,156,33). Sum of RGB (Red+Green+Blue) = 242+156+33=431 (57% of max value = 765). Red value is 242 (94.92% from 255 or 56.15% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 33 (13.28% from 255 or 7.66% from 431); Max value from RGB is 242 - color contains mainly: red. Hex color #F29C21 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29C21 is #0D63DE. Grayscale: #A8A8A8. Windows color (decimal): -877535 or 2202866. OLE color: 2202866.

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

Color convert

RGB 242 156 33 -
CMYK 0 0.36 0.86 0.05
HSL 35.31º 0.89% 0.54% -
HSV(B) 35.31º 0.86% 0.95% -
XYZ 48.78 42.76 7.12 -
YUV 167.69 51.99 181 -
System Red Green Blue C M Y K H S L
Decimal 242 156 33 0 0.36 0.86 0.05 35.31 0.89 0.54
Hex F2 9C 21 0 24 56 5 23 59 36
Octal 362 234 41 0 44 126 5 43 131 66
Binary 11110010 10011100 100001 0 100100 1010110 101 100011 1011001 110110

Color Harmonies of #F29C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29C21

Black with #F29C21

Text Example


Text Example

White with #F29C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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