Html Css Color HEX #FDC62D Sunglow

📋 copy color: '#FDC62D'

red 253 ◦ green 198 ◦ blue 45

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

Shades of Sunglow #FDC62D

Tints of Sunglow #FDC62D

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.92%

 BLUE value IS 45 (17.97% from 255) = 9.07%

R = 51.01%
G = 39.92%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FDC62D (or 0xFDC62D) is known color: Sunglow. HEX triplet: FD, C6 and 2D. RGB value is (253,198,45). Sum of RGB (Red+Green+Blue) = 253+198+45=496 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.01% from 496); Green value is 198 (77.73% from 255 or 39.92% from 496); Blue value is 45 (17.97% from 255 or 9.07% from 496); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC62D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC62D is #0239D2. Grayscale: #C5C5C5. Windows color (decimal): -145875 or 3000061. OLE color: 3000061.

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

Color convert

RGB 253 198 45 -
CMYK 0 0.22 0.82 0.01
HSL 44.13º 0.98% 0.58% -
HSV(B) 44.13º 0.82% 0.99% -
XYZ 61.18 61.46 11.12 -
YUV 197 42.22 167.94 -
System Red Green Blue C M Y K H S L
Decimal 253 198 45 0 0.22 0.82 0.01 44.13 0.98 0.58
Hex FD C6 2D 0 16 52 1 2C 62 3A
Octal 375 306 55 0 26 122 1 54 142 72
Binary 11111101 11000110 101101 0 10110 1010010 1 101100 1100010 111010

Color Harmonies of #FDC62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC62D

Black with #FDC62D

Text Example


Text Example

White with #FDC62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC62D; }

 p { color: rgb(253,198,45); }

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

background-color css

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

 a { background-color: rgb(253,198,45); }

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

border-color css

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

 span { border-color: rgb(253,198,45); }

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