Html Css Color HEX #FBE232 Gorse

📋 copy color: '#FBE232'

red 251 ◦ green 226 ◦ blue 50

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

Shades of Gorse #FBE232

Tints of Gorse #FBE232

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.88%

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

R = 47.63%
G = 42.88%
B = 9.49%

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

#FBE232 (or 0xFBE232) is known color: Gorse. HEX triplet: FB, E2 and 32. RGB value is (251,226,50). Sum of RGB (Red+Green+Blue) = 251+226+50=527 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.63% from 527); Green value is 226 (88.67% from 255 or 42.88% from 527); Blue value is 50 (19.92% from 255 or 9.49% from 527); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE232 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE232 is #041DCD. Grayscale: #D6D6D6. Windows color (decimal): -269774 or 3334907. OLE color: 3334907.

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

Color convert

RGB 251 226 50 -
CMYK 0 0.10 0.80 0.02
HSL 52.54º 0.96% 0.59% -
HSV(B) 52.54º 0.8% 0.98% -
XYZ 67.56 75.13 13.96 -
YUV 213.41 35.78 154.81 -
System Red Green Blue C M Y K H S L
Decimal 251 226 50 0 0.10 0.80 0.02 52.54 0.96 0.59
Hex FB E2 32 0 A 50 2 35 60 3B
Octal 373 342 62 0 12 120 2 65 140 73
Binary 11111011 11100010 110010 0 1010 1010000 10 110101 1100000 111011

Color Harmonies of #FBE232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE232

Black with #FBE232

Text Example


Text Example

White with #FBE232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE232; }

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

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

background-color css

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

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

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

border-color css

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

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

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