Html Css Color HEX #FF7428 Burnt Orange

📋 copy color: '#FF7428'

red 255 ◦ green 116 ◦ blue 40

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

Shades of Burnt Orange #FF7428

Tints of Burnt Orange #FF7428

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.22%

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

R = 62.04%
G = 28.22%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF7428 (or 0xFF7428) is known color: Burnt Orange. HEX triplet: FF, 74 and 28. RGB value is (255,116,40). Sum of RGB (Red+Green+Blue) = 255+116+40=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 40 (16.02% from 255 or 9.73% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7428 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7428 is #008BD7. Grayscale: #959595. Windows color (decimal): -35800 or 2651391. OLE color: 2651391.

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

Color convert

RGB 255 116 40 -
CMYK 0 0.55 0.84 0
HSL 21.21º 1% 0.58% -
HSV(B) 21.21º 0.84% 1% -
XYZ 47.87 33.9 6.03 -
YUV 148.9 66.55 203.68 -
System Red Green Blue C M Y K H S L
Decimal 255 116 40 0 0.55 0.84 0 21.21 1 0.58
Hex FF 74 28 0 37 54 0 15 64 3A
Octal 377 164 50 0 67 124 0 25 144 72
Binary 11111111 1110100 101000 0 110111 1010100 0 10101 1100100 111010

Color Harmonies of #FF7428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7428

Black with #FF7428

Text Example


Text Example

White with #FF7428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7428; }

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

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

background-color css

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

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

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

border-color css

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

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

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