Html Css Color HEX #FDA041 Sunshade

📋 copy color: '#FDA041'

red 253 ◦ green 160 ◦ blue 65

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

Shades of Sunshade #FDA041

Tints of Sunshade #FDA041

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.47%

 BLUE value IS 65 (25.78% from 255) = 13.6%

R = 52.93%
G = 33.47%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDA041 (or 0xFDA041) is known color: Sunshade. HEX triplet: FD, A0 and 41. RGB value is (253,160,65). Sum of RGB (Red+Green+Blue) = 253+160+65=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 65 (25.78% from 255 or 13.60% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA041 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA041 is #025FBE. Grayscale: #B1B1B1. Windows color (decimal): -155583 or 4301053. OLE color: 4301053.

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

Color convert

RGB 253 160 65 -
CMYK 0 0.37 0.74 0.01
HSL 30.32º 0.98% 0.62% -
HSV(B) 30.32º 0.74% 0.99% -
XYZ 54.03 46.41 11.11 -
YUV 176.98 64.81 182.22 -
System Red Green Blue C M Y K H S L
Decimal 253 160 65 0 0.37 0.74 0.01 30.32 0.98 0.62
Hex FD A0 41 0 25 4A 1 1E 62 3E
Octal 375 240 101 0 45 112 1 36 142 76
Binary 11111101 10100000 1000001 0 100101 1001010 1 11110 1100010 111110

Color Harmonies of #FDA041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA041

Black with #FDA041

Text Example


Text Example

White with #FDA041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA041; }

 p { color: rgb(253,160,65); }

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

background-color css

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

 a { background-color: rgb(253,160,65); }

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

border-color css

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

 span { border-color: rgb(253,160,65); }

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