Html Css Color HEX #FBFC31 Gorse

📋 copy color: '#FBFC31'

red 251 ◦ green 252 ◦ blue 49

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

Shades of Gorse #FBFC31

Tints of Gorse #FBFC31

RGB

 RED value IS 251 (98.44% from 255) = 45.47%

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

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

R = 45.47%
G = 45.65%
B = 8.88%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FBFC31 (or 0xFBFC31) is known color: Gorse. HEX triplet: FB, FC and 31. RGB value is (251,252,49). Sum of RGB (Red+Green+Blue) = 251+252+49=552 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.47% from 552); Green value is 252 (98.83% from 255 or 45.65% from 552); Blue value is 49 (19.53% from 255 or 8.88% from 552); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFC31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFC31 is #0403CE. Grayscale: #E5E5E5. Windows color (decimal): -263119 or 3276027. OLE color: 3276027.

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

Color convert

RGB 251 252 49 -
CMYK 0.00 0 0.81 0.01
HSL 60.3º 0.97% 0.59% -
HSV(B) 60.3º 0.81% 0.99% -
XYZ 75.15 90.35 16.38 -
YUV 228.56 26.67 144.01 -
System Red Green Blue C M Y K H S L
Decimal 251 252 49 0.00 0 0.81 0.01 60.3 0.97 0.59
Hex FB FC 31 0 0 51 1 3C 61 3B
Octal 373 374 61 0 0 121 1 74 141 73
Binary 11111011 11111100 110001 0 0 1010001 1 111100 1100001 111011

Color Harmonies of #FBFC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFC31

Black with #FBFC31

Text Example


Text Example

White with #FBFC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFC31; }

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

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

background-color css

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

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

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

border-color css

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

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

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