Html Css Color HEX #FD762D Burnt Orange

📋 copy color: '#FD762D'

red 253 ◦ green 118 ◦ blue 45

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

Shades of Burnt Orange #FD762D

Tints of Burnt Orange #FD762D

RGB

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

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

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

R = 60.82%
G = 28.37%
B = 10.82%

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

#FD762D (or 0xFD762D) is known color: Burnt Orange. HEX triplet: FD, 76 and 2D. RGB value is (253,118,45). Sum of RGB (Red+Green+Blue) = 253+118+45=416 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.82% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 45 (17.97% from 255 or 10.82% from 416); Max value from RGB is 253 - color contains mainly: red. Hex color #FD762D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD762D is #0289D2. Grayscale: #969696. Windows color (decimal): -166355 or 2979581. OLE color: 2979581.

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

Color convert

RGB 253 118 45 -
CMYK 0 0.53 0.82 0.01
HSL 21.06º 0.98% 0.58% -
HSV(B) 21.06º 0.82% 0.99% -
XYZ 47.46 34.03 6.55 -
YUV 150.04 68.73 201.44 -
System Red Green Blue C M Y K H S L
Decimal 253 118 45 0 0.53 0.82 0.01 21.06 0.98 0.58
Hex FD 76 2D 0 35 52 1 15 62 3A
Octal 375 166 55 0 65 122 1 25 142 72
Binary 11111101 1110110 101101 0 110101 1010010 1 10101 1100010 111010

Color Harmonies of #FD762D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD762D

Black with #FD762D

Text Example


Text Example

White with #FD762D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD762D; }

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

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

background-color css

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

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

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

border-color css

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

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

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