Html Css Color HEX #FD762E Burnt Orange

📋 copy color: '#FD762E'

red 253 ◦ green 118 ◦ blue 46

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

Shades of Burnt Orange #FD762E

Tints of Burnt Orange #FD762E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.3%

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

R = 60.67%
G = 28.3%
B = 11.03%

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

#FD762E (or 0xFD762E) is known color: Burnt Orange. HEX triplet: FD, 76 and 2E. RGB value is (253,118,46). Sum of RGB (Red+Green+Blue) = 253+118+46=417 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.67% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 46 (18.36% from 255 or 11.03% from 417); Max value from RGB is 253 - color contains mainly: red. Hex color #FD762E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD762E is #0289D1. Grayscale: #969696. Windows color (decimal): -166354 or 3045117. OLE color: 3045117.

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

Color convert

RGB 253 118 46 -
CMYK 0 0.53 0.82 0.01
HSL 20.87º 0.98% 0.59% -
HSV(B) 20.87º 0.82% 0.99% -
XYZ 47.48 34.04 6.65 -
YUV 150.16 69.23 201.35 -
System Red Green Blue C M Y K H S L
Decimal 253 118 46 0 0.53 0.82 0.01 20.87 0.98 0.59
Hex FD 76 2E 0 35 52 1 15 62 3B
Octal 375 166 56 0 65 122 1 25 142 73
Binary 11111101 1110110 101110 0 110101 1010010 1 10101 1100010 111011

Color Harmonies of #FD762E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD762E

Black with #FD762E

Text Example


Text Example

White with #FD762E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD762E; }

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

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

background-color css

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

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

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

border-color css

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

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

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