Html Css Color HEX #FD7F3C Burnt Orange

📋 copy color: '#FD7F3C'

red 253 ◦ green 127 ◦ blue 60

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

Shades of Burnt Orange #FD7F3C

Tints of Burnt Orange #FD7F3C

RGB

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

 GREEN value IS 127 (50% from 255) = 28.86%

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

R = 57.5%
G = 28.86%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FD7F3C (or 0xFD7F3C) is known color: Burnt Orange. HEX triplet: FD, 7F and 3C. RGB value is (253,127,60). Sum of RGB (Red+Green+Blue) = 253+127+60=440 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.5% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 60 (23.83% from 255 or 13.64% from 440); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7F3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7F3C is #0280C3. Grayscale: #9D9D9D. Windows color (decimal): -164036 or 3964925. OLE color: 3964925.

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

Color convert

RGB 253 127 60 -
CMYK 0 0.50 0.76 0.01
HSL 20.83º 0.98% 0.61% -
HSV(B) 20.83º 0.76% 0.99% -
XYZ 48.91 36.39 8.72 -
YUV 157.04 73.24 196.45 -
System Red Green Blue C M Y K H S L
Decimal 253 127 60 0 0.50 0.76 0.01 20.83 0.98 0.61
Hex FD 7F 3C 0 32 4C 1 15 62 3D
Octal 375 177 74 0 62 114 1 25 142 75
Binary 11111101 1111111 111100 0 110010 1001100 1 10101 1100010 111101

Color Harmonies of #FD7F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7F3C

Black with #FD7F3C

Text Example


Text Example

White with #FD7F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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