Html Css Color HEX #F16528 Burnt Orange

📋 copy color: '#F16528'

red 241 ◦ green 101 ◦ blue 40

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

Shades of Burnt Orange #F16528

Tints of Burnt Orange #F16528

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.44%

 BLUE value IS 40 (16.02% from 255) = 10.47%

R = 63.09%
G = 26.44%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F16528 (or 0xF16528) is known color: Burnt Orange. HEX triplet: F1, 65 and 28. RGB value is (241,101,40). Sum of RGB (Red+Green+Blue) = 241+101+40=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 40 (16.02% from 255 or 10.47% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F16528 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16528 is #0E9AD7. Grayscale: #888888. Windows color (decimal): -957144 or 2647537. OLE color: 2647537.

HSL color Cylindrical-coordinate representation of color #F16528: hue angle of 18.21º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F16528 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 101 40 -
CMYK 0 0.58 0.83 0.05
HSL 18.21º 0.88% 0.55% -
HSV(B) 18.21º 0.83% 0.95% -
XYZ 41.31 28.16 5.27 -
YUV 135.91 73.88 202.96 -
System Red Green Blue C M Y K H S L
Decimal 241 101 40 0 0.58 0.83 0.05 18.21 0.88 0.55
Hex F1 65 28 0 3A 53 5 12 58 37
Octal 361 145 50 0 72 123 5 22 130 67
Binary 11110001 1100101 101000 0 111010 1010011 101 10010 1011000 110111

Color Harmonies of #F16528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16528

Black with #F16528

Text Example


Text Example

White with #F16528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16528; }

 p { color: rgb(241,101,40); }

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

background-color css

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

 a { background-color: rgb(241,101,40); }

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

border-color css

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

 span { border-color: rgb(241,101,40); }

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