#FBFF35

Color #FBFF35 Gorse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gorse #FBFF35

Tints of Gorse #FBFF35

Color information

#FBFF35 (or 0xFBFF35) is unknown color: approx Gorse. HEX triplet: FB, FF and 35. RGB value is (251,255,53). Sum of RGB (Red+Green+Blue) = 251+255+53=559 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.90% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 53 (21.09% from 255 or 9.48% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFF35 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFF35 is #0400CA. Grayscale: #E7E7E7. Windows color (decimal): -262347 or 3538939. OLE color: 3538939.

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

Color convert

RGB25125553-
CMYK0.0200.790
HSL61.19º100%60.39%-
HSV(B)61.19º79.22%100%-
XYZ76.1992.2917.17-
YUV230.7827.67142.43-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 44.90%
GREEN value IS 255 (100% from 255) = 45.62%
BLUE value IS 53 (21.09% from 255) = 9.48%
R=44.90%
G=45.62%
B=9.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal251255530.0200.79061.1910060.39
HexFBFF35204F03d643c
Octal373377652011707514474
Binary1111101111111111110101100100111101111011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFF35; }

 p { color: rgb(251,255,53); }

 H1.HeaderClassName
 {
   color: #FBFF35;
 }
 .AnyTagClassName
 {
   color: #FBFF35;
 }
</style>
background-color css

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

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

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

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

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

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