Html Css Color HEX #FD772E Burnt Orange

📋 copy color: '#FD772E'

red 253 ◦ green 119 ◦ blue 46

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

Shades of Burnt Orange #FD772E

Tints of Burnt Orange #FD772E

RGB

 RED value IS 253 (99.22% from 255) = 60.53%

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

 BLUE value IS 46 (18.36% from 255) = 11%

R = 60.53%
G = 28.47%
B = 11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD772E (or 0xFD772E) is known color: Burnt Orange. HEX triplet: FD, 77 and 2E. RGB value is (253,119,46). Sum of RGB (Red+Green+Blue) = 253+119+46=418 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.53% from 418); Green value is 119 (46.88% from 255 or 28.47% from 418); Blue value is 46 (18.36% from 255 or 11.00% from 418); Max value from RGB is 253 - color contains mainly: red. Hex color #FD772E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD772E is #0288D1. Grayscale: #979797. Windows color (decimal): -166098 or 3045373. OLE color: 3045373.

HSL color Cylindrical-coordinate representation of color #FD772E: hue angle of 21.16º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD772E is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 119 46 -
CMYK 0 0.53 0.82 0.01
HSL 21.16º 0.98% 0.59% -
HSV(B) 21.16º 0.82% 0.99% -
XYZ 47.6 34.27 6.69 -
YUV 150.74 68.89 200.94 -
System Red Green Blue C M Y K H S L
Decimal 253 119 46 0 0.53 0.82 0.01 21.16 0.98 0.59
Hex FD 77 2E 0 35 52 1 15 62 3B
Octal 375 167 56 0 65 122 1 25 142 73
Binary 11111101 1110111 101110 0 110101 1010010 1 10101 1100010 111011

Color Harmonies of #FD772E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD772E

Black with #FD772E

Text Example


Text Example

White with #FD772E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD772E; }

 p { color: rgb(253,119,46); }

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

background-color css

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

 a { background-color: rgb(253,119,46); }

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

border-color css

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

 span { border-color: rgb(253,119,46); }

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