Html Css Color HEX #F19220 Carrot Orange

📋 copy color: '#F19220'

red 241 ◦ green 146 ◦ blue 32

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

Shades of Carrot Orange #F19220

Tints of Carrot Orange #F19220

RGB

 RED value IS 241 (94.53% from 255) = 57.52%

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

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

R = 57.52%
G = 34.84%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F19220 (or 0xF19220) is known color: Carrot Orange. HEX triplet: F1, 92 and 20. RGB value is (241,146,32). Sum of RGB (Red+Green+Blue) = 241+146+32=419 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.52% from 419); Green value is 146 (57.42% from 255 or 34.84% from 419); Blue value is 32 (12.89% from 255 or 7.64% from 419); Max value from RGB is 241 - color contains mainly: red. Hex color #F19220 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19220 is #0E6DDF. Grayscale: #A1A1A1. Windows color (decimal): -945632 or 2134769. OLE color: 2134769.

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

Color convert

RGB 241 146 32 -
CMYK 0 0.39 0.87 0.05
HSL 32.73º 0.88% 0.54% -
HSV(B) 32.73º 0.87% 0.95% -
XYZ 46.82 39.36 6.5 -
YUV 161.41 54.97 184.77 -
System Red Green Blue C M Y K H S L
Decimal 241 146 32 0 0.39 0.87 0.05 32.73 0.88 0.54
Hex F1 92 20 0 27 57 5 21 58 36
Octal 361 222 40 0 47 127 5 41 130 66
Binary 11110001 10010010 100000 0 100111 1010111 101 100001 1011000 110110

Color Harmonies of #F19220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19220

Black with #F19220

Text Example


Text Example

White with #F19220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19220; }

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

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

background-color css

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

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

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

border-color css

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

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

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