Html Css Color HEX #F16F33 Burnt Orange

📋 copy color: '#F16F33'

red 241 ◦ green 111 ◦ blue 51

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

Shades of Burnt Orange #F16F33

Tints of Burnt Orange #F16F33

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.54%

 BLUE value IS 51 (20.31% from 255) = 12.66%

R = 59.8%
G = 27.54%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F16F33 (or 0xF16F33) is known color: Burnt Orange. HEX triplet: F1, 6F and 33. RGB value is (241,111,51). Sum of RGB (Red+Green+Blue) = 241+111+51=403 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.80% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 51 (20.31% from 255 or 12.66% from 403); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16F33 is #0E90CC. Grayscale: #8F8F8F. Windows color (decimal): -954573 or 3370993. OLE color: 3370993.

HSL color Cylindrical-coordinate representation of color #F16F33: hue angle of 18.95º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F16F33 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 111 51 -
CMYK 0 0.54 0.79 0.05
HSL 18.95º 0.87% 0.57% -
HSV(B) 18.95º 0.79% 0.95% -
XYZ 42.56 30.31 6.74 -
YUV 143.03 76.07 197.88 -
System Red Green Blue C M Y K H S L
Decimal 241 111 51 0 0.54 0.79 0.05 18.95 0.87 0.57
Hex F1 6F 33 0 36 4F 5 13 57 39
Octal 361 157 63 0 66 117 5 23 127 71
Binary 11110001 1101111 110011 0 110110 1001111 101 10011 1010111 111001

Color Harmonies of #F16F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16F33

Black with #F16F33

Text Example


Text Example

White with #F16F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16F33; }

 p { color: rgb(241,111,51); }

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

background-color css

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

 a { background-color: rgb(241,111,51); }

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

border-color css

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

 span { border-color: rgb(241,111,51); }

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