Html Css Color HEX #FCFF35 Gorse

📋 copy color: '#FCFF35'

red 252 ◦ green 255 ◦ blue 53

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

Shades of Gorse #FCFF35

Tints of Gorse #FCFF35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 9.46%

R = 45%
G = 45.54%
B = 9.46%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.79

 K value IS 0

RGB Variations

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

Color information

#FCFF35 (or 0xFCFF35) is known color: Gorse. HEX triplet: FC, FF and 35. RGB value is (252,255,53). Sum of RGB (Red+Green+Blue) = 252+255+53=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 53 (21.09% from 255 or 9.46% from 560); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF35 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFF35 is #0300CA. Grayscale: #E7E7E7. Windows color (decimal): -196811 or 3538940. OLE color: 3538940.

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

Color convert

RGB 252 255 53 -
CMYK 0.01 0 0.79 0
HSL 60.89º 1% 0.6% -
HSV(B) 60.89º 0.79% 1% -
XYZ 76.55 92.47 17.18 -
YUV 231.08 27.51 142.93 -
System Red Green Blue C M Y K H S L
Decimal 252 255 53 0.01 0 0.79 0 60.89 1 0.6
Hex FC FF 35 1 0 4F 0 3D 64 3C
Octal 374 377 65 1 0 117 0 75 144 74
Binary 11111100 11111111 110101 1 0 1001111 0 111101 1100100 111100

Color Harmonies of #FCFF35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFF35

Black with #FCFF35

Text Example


Text Example

White with #FCFF35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFF35; }

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

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

background-color css

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

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

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

border-color css

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

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

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