Html Css Color HEX #FDA141 Sunshade

📋 copy color: '#FDA141'

red 253 ◦ green 161 ◦ blue 65

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

Shades of Sunshade #FDA141

Tints of Sunshade #FDA141

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.61%

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

R = 52.82%
G = 33.61%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDA141 (or 0xFDA141) is known color: Sunshade. HEX triplet: FD, A1 and 41. RGB value is (253,161,65). Sum of RGB (Red+Green+Blue) = 253+161+65=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 161 (63.28% from 255 or 33.61% from 479); Blue value is 65 (25.78% from 255 or 13.57% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA141 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA141 is #025EBE. Grayscale: #B2B2B2. Windows color (decimal): -155327 or 4301309. OLE color: 4301309.

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

Color convert

RGB 253 161 65 -
CMYK 0 0.36 0.74 0.01
HSL 30.64º 0.98% 0.62% -
HSV(B) 30.64º 0.74% 0.99% -
XYZ 54.21 46.75 11.17 -
YUV 177.56 64.48 181.81 -
System Red Green Blue C M Y K H S L
Decimal 253 161 65 0 0.36 0.74 0.01 30.64 0.98 0.62
Hex FD A1 41 0 24 4A 1 1F 62 3E
Octal 375 241 101 0 44 112 1 37 142 76
Binary 11111101 10100001 1000001 0 100100 1001010 1 11111 1100010 111110

Color Harmonies of #FDA141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA141

Black with #FDA141

Text Example


Text Example

White with #FDA141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA141; }

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

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

background-color css

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

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

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

border-color css

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

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

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