Html Css Color HEX #FDFF32 Gorse

📋 copy color: '#FDFF32'

red 253 ◦ green 255 ◦ blue 50

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

Shades of Gorse #FDFF32

Tints of Gorse #FDFF32

RGB

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

 GREEN value IS 255 (100% from 255) = 45.7%

 BLUE value IS 50 (19.92% from 255) = 8.96%

R = 45.34%
G = 45.7%
B = 8.96%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.80

 K value IS 0

RGB Variations

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

Color information

#FDFF32 (or 0xFDFF32) is known color: Gorse. HEX triplet: FD, FF and 32. RGB value is (253,255,50). Sum of RGB (Red+Green+Blue) = 253+255+50=558 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.34% from 558); Green value is 255 (100% from 255 or 45.70% from 558); Blue value is 50 (19.92% from 255 or 8.96% from 558); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFF32 is #0200CD. Grayscale: #E7E7E7. Windows color (decimal): -131278 or 3342333. OLE color: 3342333.

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

Color convert

RGB 253 255 50 -
CMYK 0.01 0 0.80 0
HSL 60.59º 1% 0.6% -
HSV(B) 60.59º 0.8% 1% -
XYZ 76.84 92.63 16.85 -
YUV 231.03 25.84 143.67 -
System Red Green Blue C M Y K H S L
Decimal 253 255 50 0.01 0 0.80 0 60.59 1 0.6
Hex FD FF 32 1 0 50 0 3D 64 3C
Octal 375 377 62 1 0 120 0 75 144 74
Binary 11111101 11111111 110010 1 0 1010000 0 111101 1100100 111100

Color Harmonies of #FDFF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFF32

Black with #FDFF32

Text Example


Text Example

White with #FDFF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFF32; }

 p { color: rgb(253,255,50); }

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

background-color css

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

 a { background-color: rgb(253,255,50); }

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

border-color css

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

 span { border-color: rgb(253,255,50); }

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