Html Css Color HEX #FF7728 Burnt Orange

📋 copy color: '#FF7728'

red 255 ◦ green 119 ◦ blue 40

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

Shades of Burnt Orange #FF7728

Tints of Burnt Orange #FF7728

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.74%

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

R = 61.59%
G = 28.74%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FF7728 (or 0xFF7728) is known color: Burnt Orange. HEX triplet: FF, 77 and 28. RGB value is (255,119,40). Sum of RGB (Red+Green+Blue) = 255+119+40=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 119 (46.88% from 255 or 28.74% from 414); Blue value is 40 (16.02% from 255 or 9.66% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7728 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7728 is #0088D7. Grayscale: #979797. Windows color (decimal): -35032 or 2652159. OLE color: 2652159.

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

Color convert

RGB 255 119 40 -
CMYK 0 0.53 0.84 0
HSL 22.05º 1% 0.58% -
HSV(B) 22.05º 0.84% 1% -
XYZ 48.22 34.61 6.15 -
YUV 150.66 65.56 202.42 -
System Red Green Blue C M Y K H S L
Decimal 255 119 40 0 0.53 0.84 0 22.05 1 0.58
Hex FF 77 28 0 35 54 0 16 64 3A
Octal 377 167 50 0 65 124 0 26 144 72
Binary 11111111 1110111 101000 0 110101 1010100 0 10110 1100100 111010

Color Harmonies of #FF7728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF7728

Black with #FF7728

Text Example


Text Example

White with #FF7728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF7728; }

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

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

background-color css

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

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

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

border-color css

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

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

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