Html Css Color HEX #FF6528 Burnt Orange

📋 copy color: '#FF6528'

red 255 ◦ green 101 ◦ blue 40

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

Shades of Burnt Orange #FF6528

Tints of Burnt Orange #FF6528

RGB

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

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

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

R = 64.39%
G = 25.51%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF6528 (or 0xFF6528) is known color: Burnt Orange. HEX triplet: FF, 65 and 28. RGB value is (255,101,40). Sum of RGB (Red+Green+Blue) = 255+101+40=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 40 (16.02% from 255 or 10.10% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6528 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6528 is #009AD7. Grayscale: #8C8C8C. Windows color (decimal): -39640 or 2647551. OLE color: 2647551.

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

Color convert

RGB 255 101 40 -
CMYK 0 0.60 0.84 0
HSL 17.02º 1% 0.58% -
HSV(B) 17.02º 0.84% 1% -
XYZ 46.28 30.72 5.5 -
YUV 140.09 71.52 209.96 -
System Red Green Blue C M Y K H S L
Decimal 255 101 40 0 0.60 0.84 0 17.02 1 0.58
Hex FF 65 28 0 3C 54 0 11 64 3A
Octal 377 145 50 0 74 124 0 21 144 72
Binary 11111111 1100101 101000 0 111100 1010100 0 10001 1100100 111010

Color Harmonies of #FF6528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF6528

Black with #FF6528

Text Example


Text Example

White with #FF6528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF6528; }

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

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

background-color css

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

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

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

border-color css

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

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

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