Html Css Color HEX #FCFC28 Gorse

📋 copy color: '#FCFC28'

red 252 ◦ green 252 ◦ blue 40

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

Shades of Gorse #FCFC28

Tints of Gorse #FCFC28

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.32%

 BLUE value IS 40 (16.02% from 255) = 7.35%

R = 46.32%
G = 46.32%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCFC28 (or 0xFCFC28) is known color: Gorse. HEX triplet: FC, FC and 28. RGB value is (252,252,40). Sum of RGB (Red+Green+Blue) = 252+252+40=544 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.32% from 544); Green value is 252 (98.83% from 255 or 46.32% from 544); Blue value is 40 (16.02% from 255 or 7.35% from 544); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFC28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFC28 is #0303D7. Grayscale: #E4E4E4. Windows color (decimal): -197592 or 2686204. OLE color: 2686204.

HSL color Cylindrical-coordinate representation of color #FCFC28: hue angle of 60º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FCFC28 is Cyan = 0, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 252 40 -
CMYK 0 0 0.84 0.01
HSL 60º 0.97% 0.57% -
HSV(B) 60º 0.84% 0.99% -
XYZ 75.34 90.47 15.5 -
YUV 227.83 22 145.24 -
System Red Green Blue C M Y K H S L
Decimal 252 252 40 0 0 0.84 0.01 60 0.97 0.57
Hex FC FC 28 0 0 54 1 3C 61 39
Octal 374 374 50 0 0 124 1 74 141 71
Binary 11111100 11111100 101000 0 0 1010100 1 111100 1100001 111001

Color Harmonies of #FCFC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFC28

Black with #FCFC28

Text Example


Text Example

White with #FCFC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFC28; }

 p { color: rgb(252,252,40); }

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

background-color css

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

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

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

border-color css

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

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

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