Html Css Color HEX #F29921 Carrot Orange

📋 copy color: '#F29921'

red 242 ◦ green 153 ◦ blue 33

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

Shades of Carrot Orange #F29921

Tints of Carrot Orange #F29921

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.75%

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

R = 56.54%
G = 35.75%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F29921 (or 0xF29921) is known color: Carrot Orange. HEX triplet: F2, 99 and 21. RGB value is (242,153,33). Sum of RGB (Red+Green+Blue) = 242+153+33=428 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.54% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 33 (13.28% from 255 or 7.71% from 428); Max value from RGB is 242 - color contains mainly: red. Hex color #F29921 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29921 is #0D66DE. Grayscale: #A6A6A6. Windows color (decimal): -878303 or 2202098. OLE color: 2202098.

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

Color convert

RGB 242 153 33 -
CMYK 0 0.37 0.86 0.05
HSL 34.45º 0.89% 0.54% -
HSV(B) 34.45º 0.86% 0.95% -
XYZ 48.28 41.77 6.96 -
YUV 165.93 52.99 182.26 -
System Red Green Blue C M Y K H S L
Decimal 242 153 33 0 0.37 0.86 0.05 34.45 0.89 0.54
Hex F2 99 21 0 25 56 5 22 59 36
Octal 362 231 41 0 45 126 5 42 131 66
Binary 11110010 10011001 100001 0 100101 1010110 101 100010 1011001 110110

Color Harmonies of #F29921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29921

Black with #F29921

Text Example


Text Example

White with #F29921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29921; }

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

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

background-color css

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

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

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

border-color css

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

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

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