Html Css Color HEX #FD772D Burnt Orange

📋 copy color: '#FD772D'

red 253 ◦ green 119 ◦ blue 45

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

Shades of Burnt Orange #FD772D

Tints of Burnt Orange #FD772D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.79%

R = 60.67%
G = 28.54%
B = 10.79%

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

#FD772D (or 0xFD772D) is known color: Burnt Orange. HEX triplet: FD, 77 and 2D. RGB value is (253,119,45). Sum of RGB (Red+Green+Blue) = 253+119+45=417 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.67% from 417); Green value is 119 (46.88% from 255 or 28.54% from 417); Blue value is 45 (17.97% from 255 or 10.79% from 417); Max value from RGB is 253 - color contains mainly: red. Hex color #FD772D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD772D is #0288D2. Grayscale: #979797. Windows color (decimal): -166099 or 2979837. OLE color: 2979837.

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

Color convert

RGB 253 119 45 -
CMYK 0 0.53 0.82 0.01
HSL 21.35º 0.98% 0.58% -
HSV(B) 21.35º 0.82% 0.99% -
XYZ 47.58 34.27 6.59 -
YUV 150.63 68.39 201.02 -
System Red Green Blue C M Y K H S L
Decimal 253 119 45 0 0.53 0.82 0.01 21.35 0.98 0.58
Hex FD 77 2D 0 35 52 1 15 62 3A
Octal 375 167 55 0 65 122 1 25 142 72
Binary 11111101 1110111 101101 0 110101 1010010 1 10101 1100010 111010

Color Harmonies of #FD772D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD772D

Black with #FD772D

Text Example


Text Example

White with #FD772D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD772D; }

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

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

background-color css

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

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

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

border-color css

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

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

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