Html Css Color HEX #F18F16 Carrot Orange

📋 copy color: '#F18F16'

red 241 ◦ green 143 ◦ blue 22

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

Shades of Carrot Orange #F18F16

Tints of Carrot Orange #F18F16

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.22%

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

R = 59.36%
G = 35.22%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F18F16 (or 0xF18F16) is known color: Carrot Orange. HEX triplet: F1, 8F and 16. RGB value is (241,143,22). Sum of RGB (Red+Green+Blue) = 241+143+22=406 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.36% from 406); Green value is 143 (56.25% from 255 or 35.22% from 406); Blue value is 22 (8.98% from 255 or 5.42% from 406); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18F16 is #0E70E9. Grayscale: #9F9F9F. Windows color (decimal): -946410 or 1478641. OLE color: 1478641.

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

Color convert

RGB 241 143 22 -
CMYK 0 0.41 0.91 0.05
HSL 33.15º 0.89% 0.52% -
HSV(B) 33.15º 0.91% 0.95% -
XYZ 46.24 38.4 5.73 -
YUV 158.51 50.97 186.84 -
System Red Green Blue C M Y K H S L
Decimal 241 143 22 0 0.41 0.91 0.05 33.15 0.89 0.52
Hex F1 8F 16 0 29 5B 5 21 59 34
Octal 361 217 26 0 51 133 5 41 131 64
Binary 11110001 10001111 10110 0 101001 1011011 101 100001 1011001 110100

Color Harmonies of #F18F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18F16

Black with #F18F16

Text Example


Text Example

White with #F18F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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