Html Css Color HEX #FFFD31 Gorse

📋 copy color: '#FFFD31'

red 255 ◦ green 253 ◦ blue 49

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

Shades of Gorse #FFFD31

Tints of Gorse #FFFD31

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 255 253 49 -
CMYK 0 0.01 0.81 0
HSL 59.42º 1% 0.6% -
HSV(B) 59.42º 0.81% 1% -
XYZ 76.92 91.73 16.56 -
YUV 230.34 25.66 145.59 -
System Red Green Blue C M Y K H S L
Decimal 255 253 49 0 0.01 0.81 0 59.42 1 0.6
Hex FF FD 31 0 1 51 0 3B 64 3C
Octal 377 375 61 0 1 121 0 73 144 74
Binary 11111111 11111101 110001 0 1 1010001 0 111011 1100100 111100

Color Harmonies of #FFFD31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFD31

Black with #FFFD31

Text Example


Text Example

White with #FFFD31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFD31; }

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

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

background-color css

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

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

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

border-color css

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

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

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