Html Css Color HEX #F18520 Carrot Orange

📋 copy color: '#F18520'

red 241 ◦ green 133 ◦ blue 32

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

Shades of Carrot Orange #F18520

Tints of Carrot Orange #F18520

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.76%

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

R = 59.36%
G = 32.76%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F18520 (or 0xF18520) is known color: Carrot Orange. HEX triplet: F1, 85 and 20. RGB value is (241,133,32). Sum of RGB (Red+Green+Blue) = 241+133+32=406 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.36% from 406); Green value is 133 (52.34% from 255 or 32.76% from 406); Blue value is 32 (12.89% from 255 or 7.88% from 406); Max value from RGB is 241 - color contains mainly: red. Hex color #F18520 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18520 is #0E7ADF. Grayscale: #9A9A9A. Windows color (decimal): -948960 or 2131441. OLE color: 2131441.

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

Color convert

RGB 241 133 32 -
CMYK 0 0.45 0.87 0.05
HSL 29º 0.88% 0.54% -
HSV(B) 29º 0.87% 0.95% -
XYZ 44.92 35.58 5.87 -
YUV 153.78 59.28 190.21 -
System Red Green Blue C M Y K H S L
Decimal 241 133 32 0 0.45 0.87 0.05 29 0.88 0.54
Hex F1 85 20 0 2D 57 5 1D 58 36
Octal 361 205 40 0 55 127 5 35 130 66
Binary 11110001 10000101 100000 0 101101 1010111 101 11101 1011000 110110

Color Harmonies of #F18520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18520

Black with #F18520

Text Example


Text Example

White with #F18520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18520; }

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

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

background-color css

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

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

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

border-color css

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

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

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