Html Css Color HEX #FDC62A Sunglow

📋 copy color: '#FDC62A'

red 253 ◦ green 198 ◦ blue 42

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

Shades of Sunglow #FDC62A

Tints of Sunglow #FDC62A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.52%

R = 51.32%
G = 40.16%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDC62A (or 0xFDC62A) is known color: Sunglow. HEX triplet: FD, C6 and 2A. RGB value is (253,198,42). Sum of RGB (Red+Green+Blue) = 253+198+42=493 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.32% from 493); Green value is 198 (77.73% from 255 or 40.16% from 493); Blue value is 42 (16.80% from 255 or 8.52% from 493); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC62A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC62A is #0239D5. Grayscale: #C5C5C5. Windows color (decimal): -145878 or 2803453. OLE color: 2803453.

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

Color convert

RGB 253 198 42 -
CMYK 0 0.22 0.83 0.01
HSL 44.36º 0.98% 0.58% -
HSV(B) 44.36º 0.83% 0.99% -
XYZ 61.12 61.44 10.83 -
YUV 196.66 40.72 168.18 -
System Red Green Blue C M Y K H S L
Decimal 253 198 42 0 0.22 0.83 0.01 44.36 0.98 0.58
Hex FD C6 2A 0 16 53 1 2C 62 3A
Octal 375 306 52 0 26 123 1 54 142 72
Binary 11111101 11000110 101010 0 10110 1010011 1 101100 1100010 111010

Color Harmonies of #FDC62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC62A

Black with #FDC62A

Text Example


Text Example

White with #FDC62A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC62A; }

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

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

background-color css

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

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

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

border-color css

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

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

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