Html Css Color HEX #F18118 Carrot Orange

📋 copy color: '#F18118'

red 241 ◦ green 129 ◦ blue 24

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

Shades of Carrot Orange #F18118

Tints of Carrot Orange #F18118

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.74%

 BLUE value IS 24 (9.77% from 255) = 6.09%

R = 61.17%
G = 32.74%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#F18118 (or 0xF18118) is known color: Carrot Orange. HEX triplet: F1, 81 and 18. RGB value is (241,129,24). Sum of RGB (Red+Green+Blue) = 241+129+24=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 24 (9.77% from 255 or 6.09% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F18118 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18118 is #0E7EE7. Grayscale: #979797. Windows color (decimal): -949992 or 1606129. OLE color: 1606129.

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

Color convert

RGB 241 129 24 -
CMYK 0 0.46 0.90 0.05
HSL 29.03º 0.89% 0.52% -
HSV(B) 29.03º 0.9% 0.95% -
XYZ 44.29 34.47 5.18 -
YUV 150.52 56.61 192.54 -
System Red Green Blue C M Y K H S L
Decimal 241 129 24 0 0.46 0.90 0.05 29.03 0.89 0.52
Hex F1 81 18 0 2E 5A 5 1D 59 34
Octal 361 201 30 0 56 132 5 35 131 64
Binary 11110001 10000001 11000 0 101110 1011010 101 11101 1011001 110100

Color Harmonies of #F18118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18118

Black with #F18118

Text Example


Text Example

White with #F18118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18118; }

 p { color: rgb(241,129,24); }

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

background-color css

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

 a { background-color: rgb(241,129,24); }

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

border-color css

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

 span { border-color: rgb(241,129,24); }

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