Html Css Color HEX #FDFF31 Gorse

📋 copy color: '#FDFF31'

red 253 ◦ green 255 ◦ blue 49

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

Shades of Gorse #FDFF31

Tints of Gorse #FDFF31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 8.8%

R = 45.42%
G = 45.78%
B = 8.8%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FDFF31 (or 0xFDFF31) is known color: Gorse. HEX triplet: FD, FF and 31. RGB value is (253,255,49). Sum of RGB (Red+Green+Blue) = 253+255+49=557 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.42% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 49 (19.53% from 255 or 8.80% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFF31 is #0200CE. Grayscale: #E7E7E7. Windows color (decimal): -131279 or 3276797. OLE color: 3276797.

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

Color convert

RGB 253 255 49 -
CMYK 0.01 0 0.81 0
HSL 60.58º 1% 0.6% -
HSV(B) 60.58º 0.81% 1% -
XYZ 76.82 92.62 16.74 -
YUV 230.92 25.34 143.75 -
System Red Green Blue C M Y K H S L
Decimal 253 255 49 0.01 0 0.81 0 60.58 1 0.6
Hex FD FF 31 1 0 51 0 3D 64 3C
Octal 375 377 61 1 0 121 0 75 144 74
Binary 11111101 11111111 110001 1 0 1010001 0 111101 1100100 111100

Color Harmonies of #FDFF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFF31

Black with #FDFF31

Text Example


Text Example

White with #FDFF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFF31; }

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

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

background-color css

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

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

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

border-color css

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

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

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