Html Css Color HEX #FF7028 Burnt Orange

📋 copy color: '#FF7028'

red 255 ◦ green 112 ◦ blue 40

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

Shades of Burnt Orange #FF7028

Tints of Burnt Orange #FF7028

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.52%

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

R = 62.65%
G = 27.52%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF7028 (or 0xFF7028) is known color: Burnt Orange. HEX triplet: FF, 70 and 28. RGB value is (255,112,40). Sum of RGB (Red+Green+Blue) = 255+112+40=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 40 (16.02% from 255 or 9.83% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7028 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7028 is #008FD7. Grayscale: #929292. Windows color (decimal): -36824 or 2650367. OLE color: 2650367.

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

Color convert

RGB 255 112 40 -
CMYK 0 0.56 0.84 0
HSL 20.09º 1% 0.58% -
HSV(B) 20.09º 0.84% 1% -
XYZ 47.42 33 5.88 -
YUV 146.55 67.88 205.35 -
System Red Green Blue C M Y K H S L
Decimal 255 112 40 0 0.56 0.84 0 20.09 1 0.58
Hex FF 70 28 0 38 54 0 14 64 3A
Octal 377 160 50 0 70 124 0 24 144 72
Binary 11111111 1110000 101000 0 111000 1010100 0 10100 1100100 111010

Color Harmonies of #FF7028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7028

Black with #FF7028

Text Example


Text Example

White with #FF7028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7028; }

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

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

background-color css

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

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

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

border-color css

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

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

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