Html Css Color HEX #FCFE34 Gorse

📋 copy color: '#FCFE34'

red 252 ◦ green 254 ◦ blue 52

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

Shades of Gorse #FCFE34

Tints of Gorse #FCFE34

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.52%

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

R = 45.16%
G = 45.52%
B = 9.32%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FCFE34 (or 0xFCFE34) is known color: Gorse. HEX triplet: FC, FE and 34. RGB value is (252,254,52). Sum of RGB (Red+Green+Blue) = 252+254+52=558 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.16% from 558); Green value is 254 (99.61% from 255 or 45.52% from 558); Blue value is 52 (20.70% from 255 or 9.32% from 558); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFE34 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFE34 is #0301CB. Grayscale: #E7E7E7. Windows color (decimal): -197068 or 3473148. OLE color: 3473148.

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

Color convert

RGB 252 254 52 -
CMYK 0.01 0 0.80 0.00
HSL 60.59º 0.99% 0.6% -
HSV(B) 60.59º 0.8% 1% -
XYZ 76.21 91.83 16.96 -
YUV 230.37 27.34 143.43 -
System Red Green Blue C M Y K H S L
Decimal 252 254 52 0.01 0 0.80 0.00 60.59 0.99 0.6
Hex FC FE 34 1 0 50 0 3D 63 3C
Octal 374 376 64 1 0 120 0 75 143 74
Binary 11111100 11111110 110100 1 0 1010000 0 111101 1100011 111100

Color Harmonies of #FCFE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFE34

Black with #FCFE34

Text Example


Text Example

White with #FCFE34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFE34; }

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

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

background-color css

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

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

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

border-color css

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

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

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