Html Css Color HEX #F16527 Burnt Orange

📋 copy color: '#F16527'

red 241 ◦ green 101 ◦ blue 39

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

Shades of Burnt Orange #F16527

Tints of Burnt Orange #F16527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.24%

R = 63.25%
G = 26.51%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F16527 (or 0xF16527) is known color: Burnt Orange. HEX triplet: F1, 65 and 27. RGB value is (241,101,39). Sum of RGB (Red+Green+Blue) = 241+101+39=381 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.25% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 39 (15.62% from 255 or 10.24% from 381); Max value from RGB is 241 - color contains mainly: red. Hex color #F16527 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16527 is #0E9AD8. Grayscale: #888888. Windows color (decimal): -957145 or 2582001. OLE color: 2582001.

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

Color convert

RGB 241 101 39 -
CMYK 0 0.58 0.84 0.05
HSL 18.42º 0.88% 0.55% -
HSV(B) 18.42º 0.84% 0.95% -
XYZ 41.3 28.15 5.18 -
YUV 135.79 73.38 203.04 -
System Red Green Blue C M Y K H S L
Decimal 241 101 39 0 0.58 0.84 0.05 18.42 0.88 0.55
Hex F1 65 27 0 3A 54 5 12 58 37
Octal 361 145 47 0 72 124 5 22 130 67
Binary 11110001 1100101 100111 0 111010 1010100 101 10010 1011000 110111

Color Harmonies of #F16527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16527

Black with #F16527

Text Example


Text Example

White with #F16527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16527; }

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

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

background-color css

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

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

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

border-color css

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

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

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