Html Css Color HEX #FBF92F Gorse

📋 copy color: '#FBF92F'

red 251 ◦ green 249 ◦ blue 47

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

Shades of Gorse #FBF92F

Tints of Gorse #FBF92F

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.52%

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

R = 45.89%
G = 45.52%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FBF92F (or 0xFBF92F) is known color: Gorse. HEX triplet: FB, F9 and 2F. RGB value is (251,249,47). Sum of RGB (Red+Green+Blue) = 251+249+47=547 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.89% from 547); Green value is 249 (97.66% from 255 or 45.52% from 547); Blue value is 47 (18.75% from 255 or 8.59% from 547); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF92F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF92F is #0406D0. Grayscale: #E3E3E3. Windows color (decimal): -263889 or 3144187. OLE color: 3144187.

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

Color convert

RGB 251 249 47 -
CMYK 0 0.01 0.81 0.02
HSL 59.41º 0.96% 0.58% -
HSV(B) 59.41º 0.81% 0.98% -
XYZ 74.17 88.47 15.86 -
YUV 226.57 26.66 145.43 -
System Red Green Blue C M Y K H S L
Decimal 251 249 47 0 0.01 0.81 0.02 59.41 0.96 0.58
Hex FB F9 2F 0 1 51 2 3B 60 3A
Octal 373 371 57 0 1 121 2 73 140 72
Binary 11111011 11111001 101111 0 1 1010001 10 111011 1100000 111010

Color Harmonies of #FBF92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF92F

Black with #FBF92F

Text Example


Text Example

White with #FBF92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF92F; }

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

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

background-color css

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

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

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

border-color css

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

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

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