Html Css Color HEX #F18815 Carrot Orange

📋 copy color: '#F18815'

red 241 ◦ green 136 ◦ blue 21

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

Shades of Carrot Orange #F18815

Tints of Carrot Orange #F18815

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.17%

 BLUE value IS 21 (8.59% from 255) = 5.28%

R = 60.55%
G = 34.17%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F18815 (or 0xF18815) is known color: Carrot Orange. HEX triplet: F1, 88 and 15. RGB value is (241,136,21). Sum of RGB (Red+Green+Blue) = 241+136+21=398 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.55% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 21 (8.59% from 255 or 5.28% from 398); Max value from RGB is 241 - color contains mainly: red. Hex color #F18815 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18815 is #0E77EA. Grayscale: #9A9A9A. Windows color (decimal): -948203 or 1411313. OLE color: 1411313.

HSL color Cylindrical-coordinate representation of color #F18815: hue angle of 31.36º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F18815 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 136 21 -
CMYK 0 0.44 0.91 0.05
HSL 31.36º 0.89% 0.51% -
HSV(B) 31.36º 0.91% 0.95% -
XYZ 45.22 36.36 5.35 -
YUV 154.29 52.79 189.85 -
System Red Green Blue C M Y K H S L
Decimal 241 136 21 0 0.44 0.91 0.05 31.36 0.89 0.51
Hex F1 88 15 0 2C 5B 5 1F 59 33
Octal 361 210 25 0 54 133 5 37 131 63
Binary 11110001 10001000 10101 0 101100 1011011 101 11111 1011001 110011

Color Harmonies of #F18815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18815

Black with #F18815

Text Example


Text Example

White with #F18815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18815; }

 p { color: rgb(241,136,21); }

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

background-color css

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

 a { background-color: rgb(241,136,21); }

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

border-color css

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

 span { border-color: rgb(241,136,21); }

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