Html Css Color HEX #FCD62B Sunglow

📋 copy color: '#FCD62B'

red 252 ◦ green 214 ◦ blue 43

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

Shades of Sunglow #FCD62B

Tints of Sunglow #FCD62B

RGB

 RED value IS 252 (98.83% from 255) = 49.51%

 GREEN value IS 214 (83.98% from 255) = 42.04%

 BLUE value IS 43 (17.19% from 255) = 8.45%

R = 49.51%
G = 42.04%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FCD62B (or 0xFCD62B) is known color: Sunglow. HEX triplet: FC, D6 and 2B. RGB value is (252,214,43). Sum of RGB (Red+Green+Blue) = 252+214+43=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 43 (17.19% from 255 or 8.45% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD62B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD62B is #0329D4. Grayscale: #CECECE. Windows color (decimal): -207317 or 2873084. OLE color: 2873084.

HSL color Cylindrical-coordinate representation of color #FCD62B: hue angle of 49.09º degrees, saturation: 0.97, 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 #FCD62B is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 214 43 -
CMYK 0 0.15 0.83 0.01
HSL 49.09º 0.97% 0.58% -
HSV(B) 49.09º 0.83% 0.99% -
XYZ 64.63 68.96 12.19 -
YUV 205.87 36.09 160.9 -
System Red Green Blue C M Y K H S L
Decimal 252 214 43 0 0.15 0.83 0.01 49.09 0.97 0.58
Hex FC D6 2B 0 F 53 1 31 61 3A
Octal 374 326 53 0 17 123 1 61 141 72
Binary 11111100 11010110 101011 0 1111 1010011 1 110001 1100001 111010

Color Harmonies of #FCD62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD62B

Black with #FCD62B

Text Example


Text Example

White with #FCD62B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD62B; }

 p { color: rgb(252,214,43); }

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

background-color css

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

 a { background-color: rgb(252,214,43); }

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

border-color css

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

 span { border-color: rgb(252,214,43); }

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