Html Css Color HEX #FDA240 Sunshade

📋 copy color: '#FDA240'

red 253 ◦ green 162 ◦ blue 64

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

Shades of Sunshade #FDA240

Tints of Sunshade #FDA240

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.82%

 BLUE value IS 64 (25.39% from 255) = 13.36%

R = 52.82%
G = 33.82%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FDA240 (or 0xFDA240) is known color: Sunshade. HEX triplet: FD, A2 and 40. RGB value is (253,162,64). Sum of RGB (Red+Green+Blue) = 253+162+64=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 64 (25.39% from 255 or 13.36% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA240 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA240 is #025DBF. Grayscale: #B2B2B2. Windows color (decimal): -155072 or 4236029. OLE color: 4236029.

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

Color convert

RGB 253 162 64 -
CMYK 0 0.36 0.75 0.01
HSL 31.11º 0.98% 0.62% -
HSV(B) 31.11º 0.75% 0.99% -
XYZ 54.35 47.09 11.08 -
YUV 178.04 63.65 181.47 -
System Red Green Blue C M Y K H S L
Decimal 253 162 64 0 0.36 0.75 0.01 31.11 0.98 0.62
Hex FD A2 40 0 24 4B 1 1F 62 3E
Octal 375 242 100 0 44 113 1 37 142 76
Binary 11111101 10100010 1000000 0 100100 1001011 1 11111 1100010 111110

Color Harmonies of #FDA240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA240

Black with #FDA240

Text Example


Text Example

White with #FDA240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA240; }

 p { color: rgb(253,162,64); }

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

background-color css

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

 a { background-color: rgb(253,162,64); }

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

border-color css

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

 span { border-color: rgb(253,162,64); }

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