Html Css Color HEX #FDCD3F Sunglow

📋 copy color: '#FDCD3F'

red 253 ◦ green 205 ◦ blue 63

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

Shades of Sunglow #FDCD3F

Tints of Sunglow #FDCD3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.09%

R = 48.56%
G = 39.35%
B = 12.09%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FDCD3F (or 0xFDCD3F) is known color: Sunglow. HEX triplet: FD, CD and 3F. RGB value is (253,205,63). Sum of RGB (Red+Green+Blue) = 253+205+63=521 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.56% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 63 (25% from 255 or 12.09% from 521); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCD3F is #0232C0. Grayscale: #CBCBCB. Windows color (decimal): -144065 or 4181501. OLE color: 4181501.

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

Color convert

RGB 253 205 63 -
CMYK 0 0.19 0.75 0.01
HSL 44.84º 0.98% 0.62% -
HSV(B) 44.84º 0.75% 0.99% -
XYZ 63.24 64.9 13.9 -
YUV 203.16 48.9 163.55 -
System Red Green Blue C M Y K H S L
Decimal 253 205 63 0 0.19 0.75 0.01 44.84 0.98 0.62
Hex FD CD 3F 0 13 4B 1 2D 62 3E
Octal 375 315 77 0 23 113 1 55 142 76
Binary 11111101 11001101 111111 0 10011 1001011 1 101101 1100010 111110

Color Harmonies of #FDCD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD3F

Black with #FDCD3F

Text Example


Text Example

White with #FDCD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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