Html Css Color HEX #FDFC31 Gorse

📋 copy color: '#FDFC31'

red 253 ◦ green 252 ◦ blue 49

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

Shades of Gorse #FDFC31

Tints of Gorse #FDFC31

RGB

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

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

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

R = 45.67%
G = 45.49%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FDFC31 (or 0xFDFC31) is known color: Gorse. HEX triplet: FD, FC and 31. RGB value is (253,252,49). Sum of RGB (Red+Green+Blue) = 253+252+49=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 252 (98.83% from 255 or 45.49% from 554); Blue value is 49 (19.53% from 255 or 8.84% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFC31 is #0203CE. Grayscale: #E5E5E5. Windows color (decimal): -132047 or 3276029. OLE color: 3276029.

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

Color convert

RGB 253 252 49 -
CMYK 0 0.00 0.81 0.01
HSL 59.71º 0.98% 0.59% -
HSV(B) 59.71º 0.81% 0.99% -
XYZ 75.87 90.73 16.42 -
YUV 229.16 26.33 145.01 -
System Red Green Blue C M Y K H S L
Decimal 253 252 49 0 0.00 0.81 0.01 59.71 0.98 0.59
Hex FD FC 31 0 0 51 1 3C 62 3B
Octal 375 374 61 0 0 121 1 74 142 73
Binary 11111101 11111100 110001 0 0 1010001 1 111100 1100010 111011

Color Harmonies of #FDFC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFC31

Black with #FDFC31

Text Example


Text Example

White with #FDFC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFC31; }

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

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

background-color css

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

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

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

border-color css

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

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

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