Html Css Color HEX #F18C11 Carrot Orange

📋 copy color: '#F18C11'

red 241 ◦ green 140 ◦ blue 17

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

Shades of Carrot Orange #F18C11

Tints of Carrot Orange #F18C11

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.18%

 BLUE value IS 17 (7.03% from 255) = 4.27%

R = 60.55%
G = 35.18%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F18C11 (or 0xF18C11) is known color: Carrot Orange. HEX triplet: F1, 8C and 11. RGB value is (241,140,17). Sum of RGB (Red+Green+Blue) = 241+140+17=398 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.55% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 17 (7.03% from 255 or 4.27% from 398); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18C11 is #0E73EE. Grayscale: #9C9C9C. Windows color (decimal): -947183 or 1150193. OLE color: 1150193.

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

Color convert

RGB 241 140 17 -
CMYK 0 0.42 0.93 0.05
HSL 32.95º 0.89% 0.51% -
HSV(B) 32.95º 0.93% 0.95% -
XYZ 45.75 37.5 5.36 -
YUV 156.18 49.46 188.5 -
System Red Green Blue C M Y K H S L
Decimal 241 140 17 0 0.42 0.93 0.05 32.95 0.89 0.51
Hex F1 8C 11 0 2A 5D 5 21 59 33
Octal 361 214 21 0 52 135 5 41 131 63
Binary 11110001 10001100 10001 0 101010 1011101 101 100001 1011001 110011

Color Harmonies of #F18C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18C11

Black with #F18C11

Text Example


Text Example

White with #F18C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18C11; }

 p { color: rgb(241,140,17); }

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

background-color css

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

 a { background-color: rgb(241,140,17); }

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

border-color css

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

 span { border-color: rgb(241,140,17); }

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