Html Css Color HEX #FF6527 Burnt Orange

📋 copy color: '#FF6527'

red 255 ◦ green 101 ◦ blue 39

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

Shades of Burnt Orange #FF6527

Tints of Burnt Orange #FF6527

RGB

 RED value IS 255 (100% from 255) = 64.56%

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

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

R = 64.56%
G = 25.57%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FF6527 (or 0xFF6527) is known color: Burnt Orange. HEX triplet: FF, 65 and 27. RGB value is (255,101,39). Sum of RGB (Red+Green+Blue) = 255+101+39=395 (52% of max value = 765). Red value is 255 (100% from 255 or 64.56% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 39 (15.62% from 255 or 9.87% from 395); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6527 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6527 is #009AD8. Grayscale: #8C8C8C. Windows color (decimal): -39641 or 2582015. OLE color: 2582015.

HSL color Cylindrical-coordinate representation of color #FF6527: hue angle of 17.22º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF6527 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.

Color convert

RGB 255 101 39 -
CMYK 0 0.60 0.85 0
HSL 17.22º 1% 0.58% -
HSV(B) 17.22º 0.85% 1% -
XYZ 46.26 30.71 5.41 -
YUV 139.98 71.02 210.04 -
System Red Green Blue C M Y K H S L
Decimal 255 101 39 0 0.60 0.85 0 17.22 1 0.58
Hex FF 65 27 0 3C 55 0 11 64 3A
Octal 377 145 47 0 74 125 0 21 144 72
Binary 11111111 1100101 100111 0 111100 1010101 0 10001 1100100 111010

Color Harmonies of #FF6527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6527

Black with #FF6527

Text Example


Text Example

White with #FF6527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6527; }

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

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

background-color css

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

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

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

border-color css

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

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

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