Html Css Color HEX #F18514 Carrot Orange

📋 copy color: '#F18514'

red 241 ◦ green 133 ◦ blue 20

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

Shades of Carrot Orange #F18514

Tints of Carrot Orange #F18514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.08%

R = 61.17%
G = 33.76%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F18514 (or 0xF18514) is known color: Carrot Orange. HEX triplet: F1, 85 and 14. RGB value is (241,133,20). Sum of RGB (Red+Green+Blue) = 241+133+20=394 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.17% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 20 (8.20% from 255 or 5.08% from 394); Max value from RGB is 241 - color contains mainly: red. Hex color #F18514 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18514 is #0E7AEB. Grayscale: #989898. Windows color (decimal): -948972 or 1345009. OLE color: 1345009.

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

Color convert

RGB 241 133 20 -
CMYK 0 0.45 0.92 0.05
HSL 30.68º 0.89% 0.51% -
HSV(B) 30.68º 0.92% 0.95% -
XYZ 44.79 35.53 5.16 -
YUV 152.41 53.28 191.19 -
System Red Green Blue C M Y K H S L
Decimal 241 133 20 0 0.45 0.92 0.05 30.68 0.89 0.51
Hex F1 85 14 0 2D 5C 5 1F 59 33
Octal 361 205 24 0 55 134 5 37 131 63
Binary 11110001 10000101 10100 0 101101 1011100 101 11111 1011001 110011

Color Harmonies of #F18514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18514

Black with #F18514

Text Example


Text Example

White with #F18514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18514; }

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

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

background-color css

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

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

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

border-color css

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

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

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