Html Css Color HEX #FDA541 Yellow Orange

📋 copy color: '#FDA541'

red 253 ◦ green 165 ◦ blue 65

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

Shades of Yellow Orange #FDA541

Tints of Yellow Orange #FDA541

RGB

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

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

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

R = 52.38%
G = 34.16%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FDA541 (or 0xFDA541) is known color: Yellow Orange. HEX triplet: FD, A5 and 41. RGB value is (253,165,65). Sum of RGB (Red+Green+Blue) = 253+165+65=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 65 (25.78% from 255 or 13.46% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA541 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA541 is #025ABE. Grayscale: #B4B4B4. Windows color (decimal): -154303 or 4302333. OLE color: 4302333.

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

Color convert

RGB 253 165 65 -
CMYK 0 0.35 0.74 0.01
HSL 31.91º 0.98% 0.62% -
HSV(B) 31.91º 0.74% 0.99% -
XYZ 54.92 48.17 11.41 -
YUV 179.91 63.15 180.13 -
System Red Green Blue C M Y K H S L
Decimal 253 165 65 0 0.35 0.74 0.01 31.91 0.98 0.62
Hex FD A5 41 0 23 4A 1 20 62 3E
Octal 375 245 101 0 43 112 1 40 142 76
Binary 11111101 10100101 1000001 0 100011 1001010 1 100000 1100010 111110

Color Harmonies of #FDA541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA541

Black with #FDA541

Text Example


Text Example

White with #FDA541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA541; }

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

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

background-color css

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

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

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

border-color css

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

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

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