Html Css Color HEX #F18420 Carrot Orange

📋 copy color: '#F18420'

red 241 ◦ green 132 ◦ blue 32

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

Shades of Carrot Orange #F18420

Tints of Carrot Orange #F18420

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.59%

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

R = 59.51%
G = 32.59%
B = 7.9%

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

#F18420 (or 0xF18420) is known color: Carrot Orange. HEX triplet: F1, 84 and 20. RGB value is (241,132,32). Sum of RGB (Red+Green+Blue) = 241+132+32=405 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.51% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 32 (12.89% from 255 or 7.90% from 405); Max value from RGB is 241 - color contains mainly: red. Hex color #F18420 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18420 is #0E7BDF. Grayscale: #999999. Windows color (decimal): -949216 or 2131185. OLE color: 2131185.

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

Color convert

RGB 241 132 32 -
CMYK 0 0.45 0.87 0.05
HSL 28.71º 0.88% 0.54% -
HSV(B) 28.71º 0.87% 0.95% -
XYZ 44.79 35.31 5.82 -
YUV 153.19 59.61 190.63 -
System Red Green Blue C M Y K H S L
Decimal 241 132 32 0 0.45 0.87 0.05 28.71 0.88 0.54
Hex F1 84 20 0 2D 57 5 1D 58 36
Octal 361 204 40 0 55 127 5 35 130 66
Binary 11110001 10000100 100000 0 101101 1010111 101 11101 1011000 110110

Color Harmonies of #F18420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18420

Black with #F18420

Text Example


Text Example

White with #F18420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18420; }

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

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

background-color css

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

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

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

border-color css

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

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

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