Html Css Color HEX #FBFF2F Gorse

📋 copy color: '#FBFF2F'

red 251 ◦ green 255 ◦ blue 47

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

Shades of Gorse #FBFF2F

Tints of Gorse #FBFF2F

RGB

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

 GREEN value IS 255 (100% from 255) = 46.11%

 BLUE value IS 47 (18.75% from 255) = 8.5%

R = 45.39%
G = 46.11%
B = 8.5%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#FBFF2F (or 0xFBFF2F) is known color: Gorse. HEX triplet: FB, FF and 2F. RGB value is (251,255,47). Sum of RGB (Red+Green+Blue) = 251+255+47=553 (73% of max value = 765). Red value is 251 (98.44% from 255 or 45.39% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 47 (18.75% from 255 or 8.50% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFF2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFF2F is #0400D0. Grayscale: #E6E6E6. Windows color (decimal): -262353 or 3145723. OLE color: 3145723.

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

Color convert

RGB 251 255 47 -
CMYK 0.02 0 0.82 0
HSL 61.15º 1% 0.59% -
HSV(B) 61.15º 0.82% 1% -
XYZ 76.06 92.23 16.48 -
YUV 230.09 24.67 142.91 -
System Red Green Blue C M Y K H S L
Decimal 251 255 47 0.02 0 0.82 0 61.15 1 0.59
Hex FB FF 2F 2 0 52 0 3D 64 3B
Octal 373 377 57 2 0 122 0 75 144 73
Binary 11111011 11111111 101111 10 0 1010010 0 111101 1100100 111011

Color Harmonies of #FBFF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFF2F

Black with #FBFF2F

Text Example


Text Example

White with #FBFF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFF2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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