Html Css Color HEX #F16932 Burnt Orange

📋 copy color: '#F16932'

red 241 ◦ green 105 ◦ blue 50

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

Shades of Burnt Orange #F16932

Tints of Burnt Orange #F16932

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.52%

 BLUE value IS 50 (19.92% from 255) = 12.63%

R = 60.86%
G = 26.52%
B = 12.63%

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

#F16932 (or 0xF16932) is known color: Burnt Orange. HEX triplet: F1, 69 and 32. RGB value is (241,105,50). Sum of RGB (Red+Green+Blue) = 241+105+50=396 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.86% from 396); Green value is 105 (41.41% from 255 or 26.52% from 396); Blue value is 50 (19.92% from 255 or 12.63% from 396); Max value from RGB is 241 - color contains mainly: red. Hex color #F16932 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16932 is #0E96CD. Grayscale: #8B8B8B. Windows color (decimal): -956110 or 3303921. OLE color: 3303921.

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

Color convert

RGB 241 105 50 -
CMYK 0 0.56 0.79 0.05
HSL 17.28º 0.87% 0.57% -
HSV(B) 17.28º 0.79% 0.95% -
XYZ 41.9 29.03 6.41 -
YUV 139.39 77.56 200.47 -
System Red Green Blue C M Y K H S L
Decimal 241 105 50 0 0.56 0.79 0.05 17.28 0.87 0.57
Hex F1 69 32 0 38 4F 5 11 57 39
Octal 361 151 62 0 70 117 5 21 127 71
Binary 11110001 1101001 110010 0 111000 1001111 101 10001 1010111 111001

Color Harmonies of #F16932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16932

Black with #F16932

Text Example


Text Example

White with #F16932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16932; }

 p { color: rgb(241,105,50); }

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

background-color css

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

 a { background-color: rgb(241,105,50); }

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

border-color css

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

 span { border-color: rgb(241,105,50); }

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