Html Css Color HEX #FBF932 Gorse

📋 copy color: '#FBF932'

red 251 ◦ green 249 ◦ blue 50

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

Shades of Gorse #FBF932

Tints of Gorse #FBF932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 9.09%

R = 45.64%
G = 45.27%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FBF932 (or 0xFBF932) is known color: Gorse. HEX triplet: FB, F9 and 32. RGB value is (251,249,50). Sum of RGB (Red+Green+Blue) = 251+249+50=550 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.64% from 550); Green value is 249 (97.66% from 255 or 45.27% from 550); Blue value is 50 (19.92% from 255 or 9.09% from 550); Max value from RGB is 251 - color contains mainly: red. Hex color #FBF932 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBF932 is #0406CD. Grayscale: #E3E3E3. Windows color (decimal): -263886 or 3340795. OLE color: 3340795.

HSL color Cylindrical-coordinate representation of color #FBF932: hue angle of 59.4º 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 #FBF932 is Cyan = 0, Magento = 0.01, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 249 50 -
CMYK 0 0.01 0.80 0.02
HSL 59.4º 0.96% 0.59% -
HSV(B) 59.4º 0.8% 0.98% -
XYZ 74.24 88.49 16.19 -
YUV 226.91 28.16 145.18 -
System Red Green Blue C M Y K H S L
Decimal 251 249 50 0 0.01 0.80 0.02 59.4 0.96 0.59
Hex FB F9 32 0 1 50 2 3B 60 3B
Octal 373 371 62 0 1 120 2 73 140 73
Binary 11111011 11111001 110010 0 1 1010000 10 111011 1100000 111011

Color Harmonies of #FBF932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBF932

Black with #FBF932

Text Example


Text Example

White with #FBF932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBF932; }

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

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

background-color css

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

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

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

border-color css

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

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

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