Html Css Color HEX #FCFF3A Gorse

📋 copy color: '#FCFF3A'

red 252 ◦ green 255 ◦ blue 58

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

Shades of Gorse #FCFF3A

Tints of Gorse #FCFF3A

RGB

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

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

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

R = 44.6%
G = 45.13%
B = 10.27%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FCFF3A (or 0xFCFF3A) is known color: Gorse. HEX triplet: FC, FF and 3A. RGB value is (252,255,58). Sum of RGB (Red+Green+Blue) = 252+255+58=565 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.60% from 565); Green value is 255 (100% from 255 or 45.13% from 565); Blue value is 58 (23.05% from 255 or 10.27% from 565); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF3A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFF3A is #0300C5. Grayscale: #E8E8E8. Windows color (decimal): -196806 or 3866620. OLE color: 3866620.

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

Color convert

RGB 252 255 58 -
CMYK 0.01 0 0.77 0
HSL 60.91º 1% 0.61% -
HSV(B) 60.91º 0.77% 1% -
XYZ 76.67 92.52 17.82 -
YUV 231.65 30.01 142.52 -
System Red Green Blue C M Y K H S L
Decimal 252 255 58 0.01 0 0.77 0 60.91 1 0.61
Hex FC FF 3A 1 0 4D 0 3D 64 3D
Octal 374 377 72 1 0 115 0 75 144 75
Binary 11111100 11111111 111010 1 0 1001101 0 111101 1100100 111101

Color Harmonies of #FCFF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFF3A

Black with #FCFF3A

Text Example


Text Example

White with #FCFF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFF3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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