Html Css Color HEX #F18814 Carrot Orange

📋 copy color: '#F18814'

red 241 ◦ green 136 ◦ blue 20

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

Shades of Carrot Orange #F18814

Tints of Carrot Orange #F18814

RGB

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

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

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

R = 60.71%
G = 34.26%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#F18814 (or 0xF18814) is known color: Carrot Orange. HEX triplet: F1, 88 and 14. RGB value is (241,136,20). Sum of RGB (Red+Green+Blue) = 241+136+20=397 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.71% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 20 (8.20% from 255 or 5.04% from 397); Max value from RGB is 241 - color contains mainly: red. Hex color #F18814 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18814 is #0E77EB. Grayscale: #9A9A9A. Windows color (decimal): -948204 or 1345777. OLE color: 1345777.

HSL color Cylindrical-coordinate representation of color #F18814: hue angle of 31.49º 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 #F18814 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 136 20 -
CMYK 0 0.44 0.92 0.05
HSL 31.49º 0.89% 0.51% -
HSV(B) 31.49º 0.92% 0.95% -
XYZ 45.21 36.36 5.3 -
YUV 154.17 52.29 189.93 -
System Red Green Blue C M Y K H S L
Decimal 241 136 20 0 0.44 0.92 0.05 31.49 0.89 0.51
Hex F1 88 14 0 2C 5C 5 1F 59 33
Octal 361 210 24 0 54 134 5 37 131 63
Binary 11110001 10001000 10100 0 101100 1011100 101 11111 1011001 110011

Color Harmonies of #F18814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18814

Black with #F18814

Text Example


Text Example

White with #F18814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18814; }

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

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

background-color css

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

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

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

border-color css

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

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

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