Html Css Color HEX #F49220 Carrot Orange

📋 copy color: '#F49220'

red 244 ◦ green 146 ◦ blue 32

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

Shades of Carrot Orange #F49220

Tints of Carrot Orange #F49220

RGB

 RED value IS 244 (95.7% from 255) = 57.82%

 GREEN value IS 146 (57.42% from 255) = 34.6%

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

R = 57.82%
G = 34.6%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F49220 (or 0xF49220) is known color: Carrot Orange. HEX triplet: F4, 92 and 20. RGB value is (244,146,32). Sum of RGB (Red+Green+Blue) = 244+146+32=422 (55% of max value = 765). Red value is 244 (95.70% from 255 or 57.82% from 422); Green value is 146 (57.42% from 255 or 34.60% from 422); Blue value is 32 (12.89% from 255 or 7.58% from 422); Max value from RGB is 244 - color contains mainly: red. Hex color #F49220 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F49220 is #0B6DDF. Grayscale: #A2A2A2. Windows color (decimal): -749024 or 2134772. OLE color: 2134772.

HSL color Cylindrical-coordinate representation of color #F49220: hue angle of 32.26º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F49220 is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 146 32 -
CMYK 0 0.40 0.87 0.04
HSL 32.26º 0.91% 0.54% -
HSV(B) 32.26º 0.87% 0.96% -
XYZ 47.85 39.9 6.55 -
YUV 162.31 54.47 186.27 -
System Red Green Blue C M Y K H S L
Decimal 244 146 32 0 0.40 0.87 0.04 32.26 0.91 0.54
Hex F4 92 20 0 28 57 4 20 5B 36
Octal 364 222 40 0 50 127 4 40 133 66
Binary 11110100 10010010 100000 0 101000 1010111 100 100000 1011011 110110

Color Harmonies of #F49220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F49220

Black with #F49220

Text Example


Text Example

White with #F49220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F49220; }

 p { color: rgb(244,146,32); }

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

background-color css

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

 a { background-color: rgb(244,146,32); }

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

border-color css

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

 span { border-color: rgb(244,146,32); }

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