Html Css Color HEX #FD762A Burnt Orange

📋 copy color: '#FD762A'

red 253 ◦ green 118 ◦ blue 42

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

Shades of Burnt Orange #FD762A

Tints of Burnt Orange #FD762A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.17%

R = 61.26%
G = 28.57%
B = 10.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FD762A (or 0xFD762A) is known color: Burnt Orange. HEX triplet: FD, 76 and 2A. RGB value is (253,118,42). Sum of RGB (Red+Green+Blue) = 253+118+42=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 118 (46.48% from 255 or 28.57% from 413); Blue value is 42 (16.80% from 255 or 10.17% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD762A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD762A is #0289D5. Grayscale: #969696. Windows color (decimal): -166358 or 2782973. OLE color: 2782973.

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

Color convert

RGB 253 118 42 -
CMYK 0 0.53 0.83 0.01
HSL 21.61º 0.98% 0.58% -
HSV(B) 21.61º 0.83% 0.99% -
XYZ 47.4 34.01 6.26 -
YUV 149.7 67.23 201.68 -
System Red Green Blue C M Y K H S L
Decimal 253 118 42 0 0.53 0.83 0.01 21.61 0.98 0.58
Hex FD 76 2A 0 35 53 1 16 62 3A
Octal 375 166 52 0 65 123 1 26 142 72
Binary 11111101 1110110 101010 0 110101 1010011 1 10110 1100010 111010

Color Harmonies of #FD762A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD762A

Black with #FD762A

Text Example


Text Example

White with #FD762A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD762A; }

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

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

background-color css

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

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

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

border-color css

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

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

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