Html Css Color HEX #FDA53C Yellow Orange

📋 copy color: '#FDA53C'

red 253 ◦ green 165 ◦ blue 60

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

Shades of Yellow Orange #FDA53C

Tints of Yellow Orange #FDA53C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.55%

R = 52.93%
G = 34.52%
B = 12.55%

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

#FDA53C (or 0xFDA53C) is known color: Yellow Orange. HEX triplet: FD, A5 and 3C. RGB value is (253,165,60). Sum of RGB (Red+Green+Blue) = 253+165+60=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 60 (23.83% from 255 or 12.55% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA53C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FDA53C is #025AC3. Grayscale: #B3B3B3. Windows color (decimal): -154308 or 3974653. OLE color: 3974653.

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

Color convert

RGB 253 165 60 -
CMYK 0 0.35 0.76 0.01
HSL 32.64º 0.98% 0.61% -
HSV(B) 32.64º 0.76% 0.99% -
XYZ 54.78 48.12 10.68 -
YUV 179.34 60.65 180.54 -
System Red Green Blue C M Y K H S L
Decimal 253 165 60 0 0.35 0.76 0.01 32.64 0.98 0.61
Hex FD A5 3C 0 23 4C 1 21 62 3D
Octal 375 245 74 0 43 114 1 41 142 75
Binary 11111101 10100101 111100 0 100011 1001100 1 100001 1100010 111101

Color Harmonies of #FDA53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDA53C

Black with #FDA53C

Text Example


Text Example

White with #FDA53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDA53C; }

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

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

background-color css

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

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

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

border-color css

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

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

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