Html Css Color HEX #FCF62F Gorse

📋 copy color: '#FCF62F'

red 252 ◦ green 246 ◦ blue 47

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

Shades of Gorse #FCF62F

Tints of Gorse #FCF62F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.14%

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

R = 46.24%
G = 45.14%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCF62F (or 0xFCF62F) is known color: Gorse. HEX triplet: FC, F6 and 2F. RGB value is (252,246,47). Sum of RGB (Red+Green+Blue) = 252+246+47=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 246 (96.48% from 255 or 45.14% from 545); Blue value is 47 (18.75% from 255 or 8.62% from 545); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF62F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF62F is #0309D0. Grayscale: #E1E1E1. Windows color (decimal): -199121 or 3143420. OLE color: 3143420.

HSL color Cylindrical-coordinate representation of color #FCF62F: hue angle of 58.24º 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 #FCF62F is Cyan = 0, Magento = 0.02, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 246 47 -
CMYK 0 0.02 0.81 0.01
HSL 58.24º 0.97% 0.59% -
HSV(B) 58.24º 0.81% 0.99% -
XYZ 73.61 86.81 15.57 -
YUV 225.11 27.49 147.18 -
System Red Green Blue C M Y K H S L
Decimal 252 246 47 0 0.02 0.81 0.01 58.24 0.97 0.59
Hex FC F6 2F 0 2 51 1 3A 61 3B
Octal 374 366 57 0 2 121 1 72 141 73
Binary 11111100 11110110 101111 0 10 1010001 1 111010 1100001 111011

Color Harmonies of #FCF62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF62F

Black with #FCF62F

Text Example


Text Example

White with #FCF62F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF62F; }

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

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

background-color css

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

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

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

border-color css

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

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

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