Html Css Color HEX #F18B16 Carrot Orange

📋 copy color: '#F18B16'

red 241 ◦ green 139 ◦ blue 22

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

Shades of Carrot Orange #F18B16

Tints of Carrot Orange #F18B16

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.58%

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

R = 59.95%
G = 34.58%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.05

RGB Variations

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

Color information

#F18B16 (or 0xF18B16) is known color: Carrot Orange. HEX triplet: F1, 8B and 16. RGB value is (241,139,22). Sum of RGB (Red+Green+Blue) = 241+139+22=402 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.95% from 402); Green value is 139 (54.69% from 255 or 34.58% from 402); Blue value is 22 (8.98% from 255 or 5.47% from 402); Max value from RGB is 241 - color contains mainly: red. Hex color #F18B16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18B16 is #0E74E9. Grayscale: #9C9C9C. Windows color (decimal): -947434 or 1477617. OLE color: 1477617.

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

Color convert

RGB 241 139 22 -
CMYK 0 0.42 0.91 0.05
HSL 32.05º 0.89% 0.52% -
HSV(B) 32.05º 0.91% 0.95% -
XYZ 45.65 37.22 5.54 -
YUV 156.16 52.29 188.51 -
System Red Green Blue C M Y K H S L
Decimal 241 139 22 0 0.42 0.91 0.05 32.05 0.89 0.52
Hex F1 8B 16 0 2A 5B 5 20 59 34
Octal 361 213 26 0 52 133 5 40 131 64
Binary 11110001 10001011 10110 0 101010 1011011 101 100000 1011001 110100

Color Harmonies of #F18B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18B16

Black with #F18B16

Text Example


Text Example

White with #F18B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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