Html Css Color HEX #FD7E3C Burnt Orange

📋 copy color: '#FD7E3C'

red 253 ◦ green 126 ◦ blue 60

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

Shades of Burnt Orange #FD7E3C

Tints of Burnt Orange #FD7E3C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.7%

 BLUE value IS 60 (23.83% from 255) = 13.67%

R = 57.63%
G = 28.7%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FD7E3C (or 0xFD7E3C) is known color: Burnt Orange. HEX triplet: FD, 7E and 3C. RGB value is (253,126,60). Sum of RGB (Red+Green+Blue) = 253+126+60=439 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.63% from 439); Green value is 126 (49.61% from 255 or 28.70% from 439); Blue value is 60 (23.83% from 255 or 13.67% from 439); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7E3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7E3C is #0281C3. Grayscale: #9C9C9C. Windows color (decimal): -164292 or 3964669. OLE color: 3964669.

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

Color convert

RGB 253 126 60 -
CMYK 0 0.50 0.76 0.01
HSL 20.52º 0.98% 0.61% -
HSV(B) 20.52º 0.76% 0.99% -
XYZ 48.78 36.13 8.68 -
YUV 156.45 73.58 196.87 -
System Red Green Blue C M Y K H S L
Decimal 253 126 60 0 0.50 0.76 0.01 20.52 0.98 0.61
Hex FD 7E 3C 0 32 4C 1 15 62 3D
Octal 375 176 74 0 62 114 1 25 142 75
Binary 11111101 1111110 111100 0 110010 1001100 1 10101 1100010 111101

Color Harmonies of #FD7E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7E3C

Black with #FD7E3C

Text Example


Text Example

White with #FD7E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7E3C; }

 p { color: rgb(253,126,60); }

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

background-color css

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

 a { background-color: rgb(253,126,60); }

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

border-color css

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

 span { border-color: rgb(253,126,60); }

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