Html Css Color HEX #FD7D2E Burnt Orange

📋 copy color: '#FD7D2E'

red 253 ◦ green 125 ◦ blue 46

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

Shades of Burnt Orange #FD7D2E

Tints of Burnt Orange #FD7D2E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.48%

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

R = 59.67%
G = 29.48%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FD7D2E (or 0xFD7D2E) is known color: Burnt Orange. HEX triplet: FD, 7D and 2E. RGB value is (253,125,46). Sum of RGB (Red+Green+Blue) = 253+125+46=424 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.67% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 46 (18.36% from 255 or 10.85% from 424); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7D2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7D2E is #0282D1. Grayscale: #9A9A9A. Windows color (decimal): -164562 or 3046909. OLE color: 3046909.

HSL color Cylindrical-coordinate representation of color #FD7D2E: hue angle of 22.9º 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 #FD7D2E is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 125 46 -
CMYK 0 0.51 0.82 0.01
HSL 22.9º 0.98% 0.59% -
HSV(B) 22.9º 0.82% 0.99% -
XYZ 48.33 35.75 6.94 -
YUV 154.27 66.91 198.42 -
System Red Green Blue C M Y K H S L
Decimal 253 125 46 0 0.51 0.82 0.01 22.9 0.98 0.59
Hex FD 7D 2E 0 33 52 1 17 62 3B
Octal 375 175 56 0 63 122 1 27 142 73
Binary 11111101 1111101 101110 0 110011 1010010 1 10111 1100010 111011

Color Harmonies of #FD7D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7D2E

Black with #FD7D2E

Text Example


Text Example

White with #FD7D2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7D2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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