Html Css Color HEX #FD763C Burnt Orange

📋 copy color: '#FD763C'

red 253 ◦ green 118 ◦ blue 60

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

Shades of Burnt Orange #FD763C

Tints of Burnt Orange #FD763C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.92%

R = 58.7%
G = 27.38%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FD763C (or 0xFD763C) is known color: Burnt Orange. HEX triplet: FD, 76 and 3C. RGB value is (253,118,60). Sum of RGB (Red+Green+Blue) = 253+118+60=431 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.70% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 60 (23.83% from 255 or 13.92% from 431); Max value from RGB is 253 - color contains mainly: red. Hex color #FD763C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD763C is #0289C3. Grayscale: #989898. Windows color (decimal): -166340 or 3962621. OLE color: 3962621.

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

Color convert

RGB 253 118 60 -
CMYK 0 0.53 0.76 0.01
HSL 18.03º 0.98% 0.61% -
HSV(B) 18.03º 0.76% 0.99% -
XYZ 47.8 34.17 8.35 -
YUV 151.75 76.23 200.22 -
System Red Green Blue C M Y K H S L
Decimal 253 118 60 0 0.53 0.76 0.01 18.03 0.98 0.61
Hex FD 76 3C 0 35 4C 1 12 62 3D
Octal 375 166 74 0 65 114 1 22 142 75
Binary 11111101 1110110 111100 0 110101 1001100 1 10010 1100010 111101

Color Harmonies of #FD763C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD763C

Black with #FD763C

Text Example


Text Example

White with #FD763C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD763C; }

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

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

background-color css

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

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

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

border-color css

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

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

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