Html Css Color HEX #FDC93D Sunglow

📋 copy color: '#FDC93D'

red 253 ◦ green 201 ◦ blue 61

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

Shades of Sunglow #FDC93D

Tints of Sunglow #FDC93D

RGB

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

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

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

R = 49.13%
G = 39.03%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FDC93D (or 0xFDC93D) is known color: Sunglow. HEX triplet: FD, C9 and 3D. RGB value is (253,201,61). Sum of RGB (Red+Green+Blue) = 253+201+61=515 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.13% from 515); Green value is 201 (78.91% from 255 or 39.03% from 515); Blue value is 61 (24.22% from 255 or 11.84% from 515); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC93D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC93D is #0236C2. Grayscale: #C9C9C9. Windows color (decimal): -145091 or 4049405. OLE color: 4049405.

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

Color convert

RGB 253 201 61 -
CMYK 0 0.21 0.76 0.01
HSL 43.75º 0.98% 0.62% -
HSV(B) 43.75º 0.76% 0.99% -
XYZ 62.24 62.99 13.29 -
YUV 200.59 49.23 165.38 -
System Red Green Blue C M Y K H S L
Decimal 253 201 61 0 0.21 0.76 0.01 43.75 0.98 0.62
Hex FD C9 3D 0 15 4C 1 2C 62 3E
Octal 375 311 75 0 25 114 1 54 142 76
Binary 11111101 11001001 111101 0 10101 1001100 1 101100 1100010 111110

Color Harmonies of #FDC93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC93D

Black with #FDC93D

Text Example


Text Example

White with #FDC93D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC93D; }

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

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

background-color css

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

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

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

border-color css

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

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

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