Html Css Color HEX #F19020 Carrot Orange

📋 copy color: '#F19020'

red 241 ◦ green 144 ◦ blue 32

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

Shades of Carrot Orange #F19020

Tints of Carrot Orange #F19020

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.53%

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

R = 57.79%
G = 34.53%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F19020 (or 0xF19020) is known color: Carrot Orange. HEX triplet: F1, 90 and 20. RGB value is (241,144,32). Sum of RGB (Red+Green+Blue) = 241+144+32=417 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.79% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 32 (12.89% from 255 or 7.67% from 417); Max value from RGB is 241 - color contains mainly: red. Hex color #F19020 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19020 is #0E6FDF. Grayscale: #A0A0A0. Windows color (decimal): -946144 or 2134257. OLE color: 2134257.

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

Color convert

RGB 241 144 32 -
CMYK 0 0.40 0.87 0.05
HSL 32.15º 0.88% 0.54% -
HSV(B) 32.15º 0.87% 0.95% -
XYZ 46.51 38.75 6.39 -
YUV 160.24 55.64 185.61 -
System Red Green Blue C M Y K H S L
Decimal 241 144 32 0 0.40 0.87 0.05 32.15 0.88 0.54
Hex F1 90 20 0 28 57 5 20 58 36
Octal 361 220 40 0 50 127 5 40 130 66
Binary 11110001 10010000 100000 0 101000 1010111 101 100000 1011000 110110

Color Harmonies of #F19020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19020

Black with #F19020

Text Example


Text Example

White with #F19020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19020; }

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

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

background-color css

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

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

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

border-color css

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

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

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