Html Css Color HEX #FCFF2F Gorse

📋 copy color: '#FCFF2F'

red 252 ◦ green 255 ◦ blue 47

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

Shades of Gorse #FCFF2F

Tints of Gorse #FCFF2F

RGB

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

 GREEN value IS 255 (100% from 255) = 46.03%

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

R = 45.49%
G = 46.03%
B = 8.48%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FCFF2F (or 0xFCFF2F) is known color: Gorse. HEX triplet: FC, FF and 2F. RGB value is (252,255,47). Sum of RGB (Red+Green+Blue) = 252+255+47=554 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.49% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 47 (18.75% from 255 or 8.48% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFF2F is #0300D0. Grayscale: #E7E7E7. Windows color (decimal): -196817 or 3145724. OLE color: 3145724.

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

Color convert

RGB 252 255 47 -
CMYK 0.01 0 0.82 0
HSL 60.87º 1% 0.59% -
HSV(B) 60.87º 0.82% 1% -
XYZ 76.42 92.42 16.5 -
YUV 230.39 24.51 143.41 -
System Red Green Blue C M Y K H S L
Decimal 252 255 47 0.01 0 0.82 0 60.87 1 0.59
Hex FC FF 2F 1 0 52 0 3D 64 3B
Octal 374 377 57 1 0 122 0 75 144 73
Binary 11111100 11111111 101111 1 0 1010010 0 111101 1100100 111011

Color Harmonies of #FCFF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFF2F

Black with #FCFF2F

Text Example


Text Example

White with #FCFF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFF2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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