Html Css Color HEX #FDA345 Sunshade

📋 copy color: '#FDA345'

red 253 ◦ green 163 ◦ blue 69

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

Shades of Sunshade #FDA345

Tints of Sunshade #FDA345

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.61%

 BLUE value IS 69 (27.34% from 255) = 14.23%

R = 52.16%
G = 33.61%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FDA345 (or 0xFDA345) is known color: Sunshade. HEX triplet: FD, A3 and 45. RGB value is (253,163,69). Sum of RGB (Red+Green+Blue) = 253+163+69=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 163 (64.06% from 255 or 33.61% from 485); Blue value is 69 (27.34% from 255 or 14.23% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA345 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA345 is #025CBA. Grayscale: #B3B3B3. Windows color (decimal): -154811 or 4563965. OLE color: 4563965.

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

Color convert

RGB 253 163 69 -
CMYK 0 0.36 0.73 0.01
HSL 30.65º 0.98% 0.63% -
HSV(B) 30.65º 0.73% 0.99% -
XYZ 54.68 47.51 11.92 -
YUV 179.19 65.82 180.64 -
System Red Green Blue C M Y K H S L
Decimal 253 163 69 0 0.36 0.73 0.01 30.65 0.98 0.63
Hex FD A3 45 0 24 49 1 1F 62 3F
Octal 375 243 105 0 44 111 1 37 142 77
Binary 11111101 10100011 1000101 0 100100 1001001 1 11111 1100010 111111

Color Harmonies of #FDA345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA345

Black with #FDA345

Text Example


Text Example

White with #FDA345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA345; }

 p { color: rgb(253,163,69); }

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

background-color css

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

 a { background-color: rgb(253,163,69); }

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

border-color css

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

 span { border-color: rgb(253,163,69); }

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