Html Css Color HEX #FDA540 Yellow Orange

📋 copy color: '#FDA540'

red 253 ◦ green 165 ◦ blue 64

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

Shades of Yellow Orange #FDA540

Tints of Yellow Orange #FDA540

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.23%

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

R = 52.49%
G = 34.23%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FDA540 (or 0xFDA540) is known color: Yellow Orange. HEX triplet: FD, A5 and 40. RGB value is (253,165,64). Sum of RGB (Red+Green+Blue) = 253+165+64=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 64 (25.39% from 255 or 13.28% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA540 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA540 is #025ABF. Grayscale: #B4B4B4. Windows color (decimal): -154304 or 4236797. OLE color: 4236797.

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

Color convert

RGB 253 165 64 -
CMYK 0 0.35 0.75 0.01
HSL 32.06º 0.98% 0.62% -
HSV(B) 32.06º 0.75% 0.99% -
XYZ 54.89 48.16 11.25 -
YUV 179.8 62.65 180.21 -
System Red Green Blue C M Y K H S L
Decimal 253 165 64 0 0.35 0.75 0.01 32.06 0.98 0.62
Hex FD A5 40 0 23 4B 1 20 62 3E
Octal 375 245 100 0 43 113 1 40 142 76
Binary 11111101 10100101 1000000 0 100011 1001011 1 100000 1100010 111110

Color Harmonies of #FDA540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA540

Black with #FDA540

Text Example


Text Example

White with #FDA540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA540; }

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

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

background-color css

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

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

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

border-color css

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

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

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