Html Css Color HEX #FCFD28 Gorse

📋 copy color: '#FCFD28'

red 252 ◦ green 253 ◦ blue 40

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

Shades of Gorse #FCFD28

Tints of Gorse #FCFD28

RGB

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

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

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

R = 46.24%
G = 46.42%
B = 7.34%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FCFD28 (or 0xFCFD28) is known color: Gorse. HEX triplet: FC, FD and 28. RGB value is (252,253,40). Sum of RGB (Red+Green+Blue) = 252+253+40=545 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.24% from 545); Green value is 253 (99.22% from 255 or 46.42% from 545); Blue value is 40 (16.02% from 255 or 7.34% from 545); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFD28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFD28 is #0302D7. Grayscale: #E5E5E5. Windows color (decimal): -197336 or 2686460. OLE color: 2686460.

HSL color Cylindrical-coordinate representation of color #FCFD28: hue angle of 60.28º degrees, saturation: 0.98, 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 #FCFD28 is Cyan = 0.00, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 253 40 -
CMYK 0.00 0 0.84 0.01
HSL 60.28º 0.98% 0.57% -
HSV(B) 60.28º 0.84% 0.99% -
XYZ 75.65 91.1 15.6 -
YUV 228.42 21.67 144.82 -
System Red Green Blue C M Y K H S L
Decimal 252 253 40 0.00 0 0.84 0.01 60.28 0.98 0.57
Hex FC FD 28 0 0 54 1 3C 62 39
Octal 374 375 50 0 0 124 1 74 142 71
Binary 11111100 11111101 101000 0 0 1010100 1 111100 1100010 111001

Color Harmonies of #FCFD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFD28

Black with #FCFD28

Text Example


Text Example

White with #FCFD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFD28; }

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

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

background-color css

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

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

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

border-color css

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

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

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