Html Css Color HEX #F19520 Carrot Orange

📋 copy color: '#F19520'

red 241 ◦ green 149 ◦ blue 32

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

Shades of Carrot Orange #F19520

Tints of Carrot Orange #F19520

RGB

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

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

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

R = 57.11%
G = 35.31%
B = 7.58%

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

#F19520 (or 0xF19520) is known color: Carrot Orange. HEX triplet: F1, 95 and 20. RGB value is (241,149,32). Sum of RGB (Red+Green+Blue) = 241+149+32=422 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.11% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 32 (12.89% from 255 or 7.58% from 422); Max value from RGB is 241 - color contains mainly: red. Hex color #F19520 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19520 is #0E6ADF. Grayscale: #A3A3A3. Windows color (decimal): -944864 or 2135537. OLE color: 2135537.

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

Color convert

RGB 241 149 32 -
CMYK 0 0.38 0.87 0.05
HSL 33.59º 0.88% 0.54% -
HSV(B) 33.59º 0.87% 0.95% -
XYZ 47.28 40.3 6.65 -
YUV 163.17 53.98 183.51 -
System Red Green Blue C M Y K H S L
Decimal 241 149 32 0 0.38 0.87 0.05 33.59 0.88 0.54
Hex F1 95 20 0 26 57 5 22 58 36
Octal 361 225 40 0 46 127 5 42 130 66
Binary 11110001 10010101 100000 0 100110 1010111 101 100010 1011000 110110

Color Harmonies of #F19520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19520

Black with #F19520

Text Example


Text Example

White with #F19520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19520; }

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

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

background-color css

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

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

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

border-color css

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

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

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