Html Css Color HEX #FDC93A Sunglow

📋 copy color: '#FDC93A'

red 253 ◦ green 201 ◦ blue 58

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

Shades of Sunglow #FDC93A

Tints of Sunglow #FDC93A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.26%

 BLUE value IS 58 (23.05% from 255) = 11.33%

R = 49.41%
G = 39.26%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FDC93A (or 0xFDC93A) is known color: Sunglow. HEX triplet: FD, C9 and 3A. RGB value is (253,201,58). Sum of RGB (Red+Green+Blue) = 253+201+58=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 201 (78.91% from 255 or 39.26% from 512); Blue value is 58 (23.05% from 255 or 11.33% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC93A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC93A is #0236C5. Grayscale: #C8C8C8. Windows color (decimal): -145094 or 3852797. OLE color: 3852797.

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

Color convert

RGB 253 201 58 -
CMYK 0 0.21 0.77 0.01
HSL 44º 0.98% 0.61% -
HSV(B) 44º 0.77% 0.99% -
XYZ 62.16 62.96 12.88 -
YUV 200.25 47.73 165.63 -
System Red Green Blue C M Y K H S L
Decimal 253 201 58 0 0.21 0.77 0.01 44 0.98 0.61
Hex FD C9 3A 0 15 4D 1 2C 62 3D
Octal 375 311 72 0 25 115 1 54 142 75
Binary 11111101 11001001 111010 0 10101 1001101 1 101100 1100010 111101

Color Harmonies of #FDC93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC93A

Black with #FDC93A

Text Example


Text Example

White with #FDC93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC93A; }

 p { color: rgb(253,201,58); }

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

background-color css

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

 a { background-color: rgb(253,201,58); }

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

border-color css

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

 span { border-color: rgb(253,201,58); }

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