Html Css Color HEX #FD7C2E Burnt Orange

📋 copy color: '#FD7C2E'

red 253 ◦ green 124 ◦ blue 46

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

Shades of Burnt Orange #FD7C2E

Tints of Burnt Orange #FD7C2E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.31%

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

R = 59.81%
G = 29.31%
B = 10.87%

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

#FD7C2E (or 0xFD7C2E) is known color: Burnt Orange. HEX triplet: FD, 7C and 2E. RGB value is (253,124,46). Sum of RGB (Red+Green+Blue) = 253+124+46=423 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.81% from 423); Green value is 124 (48.83% from 255 or 29.31% from 423); Blue value is 46 (18.36% from 255 or 10.87% from 423); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7C2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7C2E is #0283D1. Grayscale: #9A9A9A. Windows color (decimal): -164818 or 3046653. OLE color: 3046653.

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

Color convert

RGB 253 124 46 -
CMYK 0 0.51 0.82 0.01
HSL 22.61º 0.98% 0.59% -
HSV(B) 22.61º 0.82% 0.99% -
XYZ 48.21 35.5 6.9 -
YUV 153.68 67.24 198.84 -
System Red Green Blue C M Y K H S L
Decimal 253 124 46 0 0.51 0.82 0.01 22.61 0.98 0.59
Hex FD 7C 2E 0 33 52 1 17 62 3B
Octal 375 174 56 0 63 122 1 27 142 73
Binary 11111101 1111100 101110 0 110011 1010010 1 10111 1100010 111011

Color Harmonies of #FD7C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7C2E

Black with #FD7C2E

Text Example


Text Example

White with #FD7C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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