Html Css Color HEX #FD762C Burnt Orange

📋 copy color: '#FD762C'

red 253 ◦ green 118 ◦ blue 44

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

Shades of Burnt Orange #FD762C

Tints of Burnt Orange #FD762C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.6%

R = 60.96%
G = 28.43%
B = 10.6%

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

#FD762C (or 0xFD762C) is known color: Burnt Orange. HEX triplet: FD, 76 and 2C. RGB value is (253,118,44). Sum of RGB (Red+Green+Blue) = 253+118+44=415 (54% of max value = 765). Red value is 253 (99.22% from 255 or 60.96% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 44 (17.58% from 255 or 10.60% from 415); Max value from RGB is 253 - color contains mainly: red. Hex color #FD762C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD762C is #0289D3. Grayscale: #969696. Windows color (decimal): -166356 or 2914045. OLE color: 2914045.

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

Color convert

RGB 253 118 44 -
CMYK 0 0.53 0.83 0.01
HSL 21.24º 0.98% 0.58% -
HSV(B) 21.24º 0.83% 0.99% -
XYZ 47.44 34.02 6.45 -
YUV 149.93 68.23 201.52 -
System Red Green Blue C M Y K H S L
Decimal 253 118 44 0 0.53 0.83 0.01 21.24 0.98 0.58
Hex FD 76 2C 0 35 53 1 15 62 3A
Octal 375 166 54 0 65 123 1 25 142 72
Binary 11111101 1110110 101100 0 110101 1010011 1 10101 1100010 111010

Color Harmonies of #FD762C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD762C

Black with #FD762C

Text Example


Text Example

White with #FD762C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD762C; }

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

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

background-color css

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

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

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

border-color css

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

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

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