Html Css Color HEX #F29520 Carrot Orange

📋 copy color: '#F29520'

red 242 ◦ green 149 ◦ blue 32

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

Shades of Carrot Orange #F29520

Tints of Carrot Orange #F29520

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.22%

 BLUE value IS 32 (12.89% from 255) = 7.57%

R = 57.21%
G = 35.22%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F29520 (or 0xF29520) is known color: Carrot Orange. HEX triplet: F2, 95 and 20. RGB value is (242,149,32). Sum of RGB (Red+Green+Blue) = 242+149+32=423 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.21% from 423); Green value is 149 (58.59% from 255 or 35.22% from 423); Blue value is 32 (12.89% from 255 or 7.57% from 423); Max value from RGB is 242 - color contains mainly: red. Hex color #F29520 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29520 is #0D6ADF. Grayscale: #A4A4A4. Windows color (decimal): -879328 or 2135538. OLE color: 2135538.

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

Color convert

RGB 242 149 32 -
CMYK 0 0.38 0.87 0.05
HSL 33.43º 0.89% 0.54% -
HSV(B) 33.43º 0.87% 0.95% -
XYZ 47.63 40.48 6.67 -
YUV 163.47 53.81 184.01 -
System Red Green Blue C M Y K H S L
Decimal 242 149 32 0 0.38 0.87 0.05 33.43 0.89 0.54
Hex F2 95 20 0 26 57 5 21 59 36
Octal 362 225 40 0 46 127 5 41 131 66
Binary 11110010 10010101 100000 0 100110 1010111 101 100001 1011001 110110

Color Harmonies of #F29520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29520

Black with #F29520

Text Example


Text Example

White with #F29520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29520; }

 p { color: rgb(242,149,32); }

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

background-color css

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

 a { background-color: rgb(242,149,32); }

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

border-color css

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

 span { border-color: rgb(242,149,32); }

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