Html Css Color HEX #F19320 Carrot Orange

📋 copy color: '#F19320'

red 241 ◦ green 147 ◦ blue 32

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

Shades of Carrot Orange #F19320

Tints of Carrot Orange #F19320

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35%

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

R = 57.38%
G = 35%
B = 7.62%

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

#F19320 (or 0xF19320) is known color: Carrot Orange. HEX triplet: F1, 93 and 20. RGB value is (241,147,32). Sum of RGB (Red+Green+Blue) = 241+147+32=420 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.38% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 32 (12.89% from 255 or 7.62% from 420); Max value from RGB is 241 - color contains mainly: red. Hex color #F19320 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19320 is #0E6CDF. Grayscale: #A2A2A2. Windows color (decimal): -945376 or 2135025. OLE color: 2135025.

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

Color convert

RGB 241 147 32 -
CMYK 0 0.39 0.87 0.05
HSL 33.01º 0.88% 0.54% -
HSV(B) 33.01º 0.87% 0.95% -
XYZ 46.97 39.67 6.55 -
YUV 162 54.64 184.35 -
System Red Green Blue C M Y K H S L
Decimal 241 147 32 0 0.39 0.87 0.05 33.01 0.88 0.54
Hex F1 93 20 0 27 57 5 21 58 36
Octal 361 223 40 0 47 127 5 41 130 66
Binary 11110001 10010011 100000 0 100111 1010111 101 100001 1011000 110110

Color Harmonies of #F19320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19320

Black with #F19320

Text Example


Text Example

White with #F19320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19320; }

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

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

background-color css

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

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

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

border-color css

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

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

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