Html Css Color HEX #F18516 Carrot Orange

📋 copy color: '#F18516'

red 241 ◦ green 133 ◦ blue 22

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

Shades of Carrot Orange #F18516

Tints of Carrot Orange #F18516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.56%

R = 60.86%
G = 33.59%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F18516 (or 0xF18516) is known color: Carrot Orange. HEX triplet: F1, 85 and 16. RGB value is (241,133,22). Sum of RGB (Red+Green+Blue) = 241+133+22=396 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.86% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 22 (8.98% from 255 or 5.56% from 396); Max value from RGB is 241 - color contains mainly: red. Hex color #F18516 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18516 is #0E7AE9. Grayscale: #999999. Windows color (decimal): -948970 or 1476081. OLE color: 1476081.

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

Color convert

RGB 241 133 22 -
CMYK 0 0.45 0.91 0.05
HSL 30.41º 0.89% 0.52% -
HSV(B) 30.41º 0.91% 0.95% -
XYZ 44.81 35.53 5.26 -
YUV 152.64 54.28 191.03 -
System Red Green Blue C M Y K H S L
Decimal 241 133 22 0 0.45 0.91 0.05 30.41 0.89 0.52
Hex F1 85 16 0 2D 5B 5 1E 59 34
Octal 361 205 26 0 55 133 5 36 131 64
Binary 11110001 10000101 10110 0 101101 1011011 101 11110 1011001 110100

Color Harmonies of #F18516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18516

Black with #F18516

Text Example


Text Example

White with #F18516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18516; }

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

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

background-color css

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

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

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

border-color css

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

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

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