Html Css Color HEX #FD813C Burnt Orange

📋 copy color: '#FD813C'

red 253 ◦ green 129 ◦ blue 60

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

Shades of Burnt Orange #FD813C

Tints of Burnt Orange #FD813C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.19%

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

R = 57.24%
G = 29.19%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FD813C (or 0xFD813C) is known color: Burnt Orange. HEX triplet: FD, 81 and 3C. RGB value is (253,129,60). Sum of RGB (Red+Green+Blue) = 253+129+60=442 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.24% from 442); Green value is 129 (50.78% from 255 or 29.19% from 442); Blue value is 60 (23.83% from 255 or 13.57% from 442); Max value from RGB is 253 - color contains mainly: red. Hex color #FD813C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD813C is #027EC3. Grayscale: #9E9E9E. Windows color (decimal): -163524 or 3965437. OLE color: 3965437.

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

Color convert

RGB 253 129 60 -
CMYK 0 0.49 0.76 0.01
HSL 21.45º 0.98% 0.61% -
HSV(B) 21.45º 0.76% 0.99% -
XYZ 49.17 36.91 8.81 -
YUV 158.21 72.58 195.61 -
System Red Green Blue C M Y K H S L
Decimal 253 129 60 0 0.49 0.76 0.01 21.45 0.98 0.61
Hex FD 81 3C 0 31 4C 1 15 62 3D
Octal 375 201 74 0 61 114 1 25 142 75
Binary 11111101 10000001 111100 0 110001 1001100 1 10101 1100010 111101

Color Harmonies of #FD813C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD813C

Black with #FD813C

Text Example


Text Example

White with #FD813C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD813C; }

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

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

background-color css

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

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

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

border-color css

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

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

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