Html Css Color HEX #FDA53D Yellow Orange

📋 copy color: '#FDA53D'

red 253 ◦ green 165 ◦ blue 61

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

Shades of Yellow Orange #FDA53D

Tints of Yellow Orange #FDA53D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 12.73%

R = 52.82%
G = 34.45%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FDA53D (or 0xFDA53D) is known color: Yellow Orange. HEX triplet: FD, A5 and 3D. RGB value is (253,165,61). Sum of RGB (Red+Green+Blue) = 253+165+61=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 61 (24.22% from 255 or 12.73% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA53D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA53D is #025AC2. Grayscale: #B3B3B3. Windows color (decimal): -154307 or 4040189. OLE color: 4040189.

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

Color convert

RGB 253 165 61 -
CMYK 0 0.35 0.76 0.01
HSL 32.5º 0.98% 0.62% -
HSV(B) 32.5º 0.76% 0.99% -
XYZ 54.81 48.13 10.82 -
YUV 179.46 61.15 180.46 -
System Red Green Blue C M Y K H S L
Decimal 253 165 61 0 0.35 0.76 0.01 32.5 0.98 0.62
Hex FD A5 3D 0 23 4C 1 20 62 3E
Octal 375 245 75 0 43 114 1 40 142 76
Binary 11111101 10100101 111101 0 100011 1001100 1 100000 1100010 111110

Color Harmonies of #FDA53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA53D

Black with #FDA53D

Text Example


Text Example

White with #FDA53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA53D; }

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

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

background-color css

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

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

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

border-color css

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

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

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