Html Css Color HEX #FCC63A Sunglow

📋 copy color: '#FCC63A'

red 252 ◦ green 198 ◦ blue 58

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

Shades of Sunglow #FCC63A

Tints of Sunglow #FCC63A

RGB

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

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

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

R = 49.61%
G = 38.98%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FCC63A (or 0xFCC63A) is known color: Sunglow. HEX triplet: FC, C6 and 3A. RGB value is (252,198,58). Sum of RGB (Red+Green+Blue) = 252+198+58=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 198 (77.73% from 255 or 38.98% from 508); Blue value is 58 (23.05% from 255 or 11.42% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC63A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC63A is #0339C5. Grayscale: #C6C6C6. Windows color (decimal): -211398 or 3852028. OLE color: 3852028.

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

Color convert

RGB 252 198 58 -
CMYK 0 0.21 0.77 0.01
HSL 43.3º 0.97% 0.61% -
HSV(B) 43.3º 0.77% 0.99% -
XYZ 61.1 61.39 12.63 -
YUV 198.19 48.89 166.38 -
System Red Green Blue C M Y K H S L
Decimal 252 198 58 0 0.21 0.77 0.01 43.3 0.97 0.61
Hex FC C6 3A 0 15 4D 1 2B 61 3D
Octal 374 306 72 0 25 115 1 53 141 75
Binary 11111100 11000110 111010 0 10101 1001101 1 101011 1100001 111101

Color Harmonies of #FCC63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC63A

Black with #FCC63A

Text Example


Text Example

White with #FCC63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC63A; }

 p { color: rgb(252,198,58); }

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

background-color css

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

 a { background-color: rgb(252,198,58); }

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

border-color css

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

 span { border-color: rgb(252,198,58); }

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