Html Css Color HEX #FBE132 Gorse

📋 copy color: '#FBE132'

red 251 ◦ green 225 ◦ blue 50

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

Shades of Gorse #FBE132

Tints of Gorse #FBE132

RGB

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

 GREEN value IS 225 (88.28% from 255) = 42.78%

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

R = 47.72%
G = 42.78%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FBE132 (or 0xFBE132) is known color: Gorse. HEX triplet: FB, E1 and 32. RGB value is (251,225,50). Sum of RGB (Red+Green+Blue) = 251+225+50=526 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.72% from 526); Green value is 225 (88.28% from 255 or 42.78% from 526); Blue value is 50 (19.92% from 255 or 9.51% from 526); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE132 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE132 is #041ECD. Grayscale: #D5D5D5. Windows color (decimal): -270030 or 3334651. OLE color: 3334651.

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

Color convert

RGB 251 225 50 -
CMYK 0 0.10 0.80 0.02
HSL 52.24º 0.96% 0.59% -
HSV(B) 52.24º 0.8% 0.98% -
XYZ 67.28 74.59 13.87 -
YUV 212.82 36.11 155.23 -
System Red Green Blue C M Y K H S L
Decimal 251 225 50 0 0.10 0.80 0.02 52.24 0.96 0.59
Hex FB E1 32 0 A 50 2 34 60 3B
Octal 373 341 62 0 12 120 2 64 140 73
Binary 11111011 11100001 110010 0 1010 1010000 10 110100 1100000 111011

Color Harmonies of #FBE132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE132

Black with #FBE132

Text Example


Text Example

White with #FBE132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE132; }

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

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

background-color css

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

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

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

border-color css

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

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

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