Html Css Color HEX #F16B33 Burnt Orange

📋 copy color: '#F16B33'

red 241 ◦ green 107 ◦ blue 51

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

Shades of Burnt Orange #F16B33

Tints of Burnt Orange #F16B33

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.82%

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

R = 60.4%
G = 26.82%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F16B33 (or 0xF16B33) is known color: Burnt Orange. HEX triplet: F1, 6B and 33. RGB value is (241,107,51). Sum of RGB (Red+Green+Blue) = 241+107+51=399 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.40% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 51 (20.31% from 255 or 12.78% from 399); Max value from RGB is 241 - color contains mainly: red. Hex color #F16B33 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16B33 is #0E94CC. Grayscale: #8D8D8D. Windows color (decimal): -955597 or 3369969. OLE color: 3369969.

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

Color convert

RGB 241 107 51 -
CMYK 0 0.56 0.79 0.05
HSL 17.68º 0.87% 0.57% -
HSV(B) 17.68º 0.79% 0.95% -
XYZ 42.13 29.46 6.6 -
YUV 140.68 77.39 199.55 -
System Red Green Blue C M Y K H S L
Decimal 241 107 51 0 0.56 0.79 0.05 17.68 0.87 0.57
Hex F1 6B 33 0 38 4F 5 12 57 39
Octal 361 153 63 0 70 117 5 22 127 71
Binary 11110001 1101011 110011 0 111000 1001111 101 10010 1010111 111001

Color Harmonies of #F16B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16B33

Black with #F16B33

Text Example


Text Example

White with #F16B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16B33; }

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

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

background-color css

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

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

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

border-color css

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

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

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