Html Css Color HEX #FCC62F Sunglow

📋 copy color: '#FCC62F'

red 252 ◦ green 198 ◦ blue 47

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

Shades of Sunglow #FCC62F

Tints of Sunglow #FCC62F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.46%

R = 50.7%
G = 39.84%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCC62F (or 0xFCC62F) is known color: Sunglow. HEX triplet: FC, C6 and 2F. RGB value is (252,198,47). Sum of RGB (Red+Green+Blue) = 252+198+47=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 198 (77.73% from 255 or 39.84% from 497); Blue value is 47 (18.75% from 255 or 9.46% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC62F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC62F is #0339D0. Grayscale: #C5C5C5. Windows color (decimal): -211409 or 3131132. OLE color: 3131132.

HSL color Cylindrical-coordinate representation of color #FCC62F: hue angle of 44.2º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FCC62F is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 198 47 -
CMYK 0 0.21 0.81 0.01
HSL 44.2º 0.97% 0.59% -
HSV(B) 44.2º 0.81% 0.99% -
XYZ 60.85 61.29 11.31 -
YUV 196.93 43.39 167.28 -
System Red Green Blue C M Y K H S L
Decimal 252 198 47 0 0.21 0.81 0.01 44.2 0.97 0.59
Hex FC C6 2F 0 15 51 1 2C 61 3B
Octal 374 306 57 0 25 121 1 54 141 73
Binary 11111100 11000110 101111 0 10101 1010001 1 101100 1100001 111011

Color Harmonies of #FCC62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC62F

Black with #FCC62F

Text Example


Text Example

White with #FCC62F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC62F; }

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

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

background-color css

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

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

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

border-color css

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

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

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