Html Css Color HEX #FCFD34 Gorse

📋 copy color: '#FCFD34'

red 252 ◦ green 253 ◦ blue 52

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

Shades of Gorse #FCFD34

Tints of Gorse #FCFD34

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.42%

 BLUE value IS 52 (20.7% from 255) = 9.34%

R = 45.24%
G = 45.42%
B = 9.34%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FCFD34 (or 0xFCFD34) is known color: Gorse. HEX triplet: FC, FD and 34. RGB value is (252,253,52). Sum of RGB (Red+Green+Blue) = 252+253+52=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 253 (99.22% from 255 or 45.42% from 557); Blue value is 52 (20.70% from 255 or 9.34% from 557); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFD34 is #0302CB. Grayscale: #E6E6E6. Windows color (decimal): -197324 or 3472892. OLE color: 3472892.

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

Color convert

RGB 252 253 52 -
CMYK 0.00 0 0.79 0.01
HSL 60.3º 0.98% 0.6% -
HSV(B) 60.3º 0.79% 0.99% -
XYZ 75.89 91.19 16.85 -
YUV 229.79 27.67 143.84 -
System Red Green Blue C M Y K H S L
Decimal 252 253 52 0.00 0 0.79 0.01 60.3 0.98 0.6
Hex FC FD 34 0 0 4F 1 3C 62 3C
Octal 374 375 64 0 0 117 1 74 142 74
Binary 11111100 11111101 110100 0 0 1001111 1 111100 1100010 111100

Color Harmonies of #FCFD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFD34

Black with #FCFD34

Text Example


Text Example

White with #FCFD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFD34; }

 p { color: rgb(252,253,52); }

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

background-color css

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

 a { background-color: rgb(252,253,52); }

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

border-color css

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

 span { border-color: rgb(252,253,52); }

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