Html Css Color HEX #FBFB31 Gorse

📋 copy color: '#FBFB31'

red 251 ◦ green 251 ◦ blue 49

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

Shades of Gorse #FBFB31

Tints of Gorse #FBFB31

RGB

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

 GREEN value IS 251 (98.44% from 255) = 45.55%

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

R = 45.55%
G = 45.55%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FBFB31 (or 0xFBFB31) is known color: Gorse. HEX triplet: FB, FB and 31. RGB value is (251,251,49). Sum of RGB (Red+Green+Blue) = 251+251+49=551 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.55% from 551); Green value is 251 (98.44% from 255 or 45.55% from 551); Blue value is 49 (19.53% from 255 or 8.89% from 551); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFB31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFB31 is #0404CE. Grayscale: #E4E4E4. Windows color (decimal): -263375 or 3275771. OLE color: 3275771.

HSL color Cylindrical-coordinate representation of color #FBFB31: hue angle of 60º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FBFB31 is Cyan = 0, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 251 49 -
CMYK 0 0 0.80 0.02
HSL 60º 0.96% 0.59% -
HSV(B) 60º 0.8% 0.98% -
XYZ 74.84 89.73 16.28 -
YUV 227.97 27 144.43 -
System Red Green Blue C M Y K H S L
Decimal 251 251 49 0 0 0.80 0.02 60 0.96 0.59
Hex FB FB 31 0 0 50 2 3C 60 3B
Octal 373 373 61 0 0 120 2 74 140 73
Binary 11111011 11111011 110001 0 0 1010000 10 111100 1100000 111011

Color Harmonies of #FBFB31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFB31

Black with #FBFB31

Text Example


Text Example

White with #FBFB31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFB31; }

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

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

background-color css

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

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

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

border-color css

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

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

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