Html Css Color HEX #FBFA32 Gorse

📋 copy color: '#FBFA32'

red 251 ◦ green 250 ◦ blue 50

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

Shades of Gorse #FBFA32

Tints of Gorse #FBFA32

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.37%

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

R = 45.55%
G = 45.37%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FBFA32 (or 0xFBFA32) is known color: Gorse. HEX triplet: FB, FA and 32. RGB value is (251,250,50). Sum of RGB (Red+Green+Blue) = 251+250+50=551 (72% of max value = 765). Red value is 251 (98.44% from 255 or 45.55% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 50 (19.92% from 255 or 9.07% from 551); Max value from RGB is 251 - color contains mainly: red. Hex color #FBFA32 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFA32 is #0405CD. Grayscale: #E4E4E4. Windows color (decimal): -263630 or 3341051. OLE color: 3341051.

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

Color convert

RGB 251 250 50 -
CMYK 0 0.00 0.80 0.02
HSL 59.7º 0.96% 0.59% -
HSV(B) 59.7º 0.8% 0.98% -
XYZ 74.54 89.11 16.29 -
YUV 227.5 27.83 144.76 -
System Red Green Blue C M Y K H S L
Decimal 251 250 50 0 0.00 0.80 0.02 59.7 0.96 0.59
Hex FB FA 32 0 0 50 2 3C 60 3B
Octal 373 372 62 0 0 120 2 74 140 73
Binary 11111011 11111010 110010 0 0 1010000 10 111100 1100000 111011

Color Harmonies of #FBFA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFA32

Black with #FBFA32

Text Example


Text Example

White with #FBFA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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