Html Css Color HEX #F19D20 Carrot Orange

📋 copy color: '#F19D20'

red 241 ◦ green 157 ◦ blue 32

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

Shades of Carrot Orange #F19D20

Tints of Carrot Orange #F19D20

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.51%

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

R = 56.05%
G = 36.51%
B = 7.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F19D20 (or 0xF19D20) is known color: Carrot Orange. HEX triplet: F1, 9D and 20. RGB value is (241,157,32). Sum of RGB (Red+Green+Blue) = 241+157+32=430 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.05% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 32 (12.89% from 255 or 7.44% from 430); Max value from RGB is 241 - color contains mainly: red. Hex color #F19D20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19D20 is #0E62DF. Grayscale: #A8A8A8. Windows color (decimal): -942816 or 2137585. OLE color: 2137585.

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

Color convert

RGB 241 157 32 -
CMYK 0 0.35 0.87 0.05
HSL 35.89º 0.88% 0.54% -
HSV(B) 35.89º 0.87% 0.95% -
XYZ 48.59 42.92 7.09 -
YUV 167.87 51.33 180.16 -
System Red Green Blue C M Y K H S L
Decimal 241 157 32 0 0.35 0.87 0.05 35.89 0.88 0.54
Hex F1 9D 20 0 23 57 5 24 58 36
Octal 361 235 40 0 43 127 5 44 130 66
Binary 11110001 10011101 100000 0 100011 1010111 101 100100 1011000 110110

Color Harmonies of #F19D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19D20

Black with #F19D20

Text Example


Text Example

White with #F19D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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