Html Css Color HEX #F48220 Carrot Orange

📋 copy color: '#F48220'

red 244 ◦ green 130 ◦ blue 32

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

Shades of Carrot Orange #F48220

Tints of Carrot Orange #F48220

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.02%

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

R = 60.1%
G = 32.02%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F48220 (or 0xF48220) is known color: Carrot Orange. HEX triplet: F4, 82 and 20. RGB value is (244,130,32). Sum of RGB (Red+Green+Blue) = 244+130+32=406 (53% of max value = 765). Red value is 244 (95.70% from 255 or 60.10% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 32 (12.89% from 255 or 7.88% from 406); Max value from RGB is 244 - color contains mainly: red. Hex color #F48220 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48220 is #0B7DDF. Grayscale: #999999. Windows color (decimal): -753120 or 2130676. OLE color: 2130676.

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

Color convert

RGB 244 130 32 -
CMYK 0 0.47 0.87 0.04
HSL 27.74º 0.91% 0.54% -
HSV(B) 27.74º 0.87% 0.96% -
XYZ 45.55 35.3 5.78 -
YUV 152.91 59.77 192.97 -
System Red Green Blue C M Y K H S L
Decimal 244 130 32 0 0.47 0.87 0.04 27.74 0.91 0.54
Hex F4 82 20 0 2F 57 4 1C 5B 36
Octal 364 202 40 0 57 127 4 34 133 66
Binary 11110100 10000010 100000 0 101111 1010111 100 11100 1011011 110110

Color Harmonies of #F48220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48220

Black with #F48220

Text Example


Text Example

White with #F48220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48220; }

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

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

background-color css

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

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

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

border-color css

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

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

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