Html Css Color HEX #FDCD3A Sunglow

📋 copy color: '#FDCD3A'

red 253 ◦ green 205 ◦ blue 58

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

Shades of Sunglow #FDCD3A

Tints of Sunglow #FDCD3A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.73%

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

R = 49.03%
G = 39.73%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FDCD3A (or 0xFDCD3A) is known color: Sunglow. HEX triplet: FD, CD and 3A. RGB value is (253,205,58). Sum of RGB (Red+Green+Blue) = 253+205+58=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 205 (80.47% from 255 or 39.73% from 516); Blue value is 58 (23.05% from 255 or 11.24% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD3A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCD3A is #0232C5. Grayscale: #CBCBCB. Windows color (decimal): -144070 or 3853821. OLE color: 3853821.

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

Color convert

RGB 253 205 58 -
CMYK 0 0.19 0.77 0.01
HSL 45.23º 0.98% 0.61% -
HSV(B) 45.23º 0.77% 0.99% -
XYZ 63.1 64.85 13.19 -
YUV 202.59 46.4 163.95 -
System Red Green Blue C M Y K H S L
Decimal 253 205 58 0 0.19 0.77 0.01 45.23 0.98 0.61
Hex FD CD 3A 0 13 4D 1 2D 62 3D
Octal 375 315 72 0 23 115 1 55 142 75
Binary 11111101 11001101 111010 0 10011 1001101 1 101101 1100010 111101

Color Harmonies of #FDCD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD3A

Black with #FDCD3A

Text Example


Text Example

White with #FDCD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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