Html Css Color HEX #FD773A Burnt Orange

📋 copy color: '#FD773A'

red 253 ◦ green 119 ◦ blue 58

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

Shades of Burnt Orange #FD773A

Tints of Burnt Orange #FD773A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.67%

 BLUE value IS 58 (23.05% from 255) = 13.49%

R = 58.84%
G = 27.67%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FD773A (or 0xFD773A) is known color: Burnt Orange. HEX triplet: FD, 77 and 3A. RGB value is (253,119,58). Sum of RGB (Red+Green+Blue) = 253+119+58=430 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.84% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 58 (23.05% from 255 or 13.49% from 430); Max value from RGB is 253 - color contains mainly: red. Hex color #FD773A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD773A is #0288C5. Grayscale: #989898. Windows color (decimal): -166086 or 3831805. OLE color: 3831805.

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

Color convert

RGB 253 119 58 -
CMYK 0 0.53 0.77 0.01
HSL 18.77º 0.98% 0.61% -
HSV(B) 18.77º 0.77% 0.99% -
XYZ 47.87 34.38 8.12 -
YUV 152.11 74.89 199.96 -
System Red Green Blue C M Y K H S L
Decimal 253 119 58 0 0.53 0.77 0.01 18.77 0.98 0.61
Hex FD 77 3A 0 35 4D 1 13 62 3D
Octal 375 167 72 0 65 115 1 23 142 75
Binary 11111101 1110111 111010 0 110101 1001101 1 10011 1100010 111101

Color Harmonies of #FD773A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD773A

Black with #FD773A

Text Example


Text Example

White with #FD773A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD773A; }

 p { color: rgb(253,119,58); }

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

background-color css

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

 a { background-color: rgb(253,119,58); }

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

border-color css

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

 span { border-color: rgb(253,119,58); }

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