Html Css Color HEX #FDFC28 Gorse

📋 copy color: '#FDFC28'

red 253 ◦ green 252 ◦ blue 40

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

Shades of Gorse #FDFC28

Tints of Gorse #FDFC28

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #FDFC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFC28

Black with #FDFC28

Text Example


Text Example

White with #FDFC28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFC28; }

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

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

background-color css

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

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

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

border-color css

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

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

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