Html Css Color HEX #FBE032 Gorse

📋 copy color: '#FBE032'

red 251 ◦ green 224 ◦ blue 50

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

Shades of Gorse #FBE032

Tints of Gorse #FBE032

RGB

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

 GREEN value IS 224 (87.89% from 255) = 42.67%

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

R = 47.81%
G = 42.67%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FBE032 (or 0xFBE032) is known color: Gorse. HEX triplet: FB, E0 and 32. RGB value is (251,224,50). Sum of RGB (Red+Green+Blue) = 251+224+50=525 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.81% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 50 (19.92% from 255 or 9.52% from 525); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE032 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE032 is #041FCD. Grayscale: #D4D4D4. Windows color (decimal): -270286 or 3334395. OLE color: 3334395.

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

Color convert

RGB 251 224 50 -
CMYK 0 0.11 0.80 0.02
HSL 51.94º 0.96% 0.59% -
HSV(B) 51.94º 0.8% 0.98% -
XYZ 67.02 74.05 13.78 -
YUV 212.24 36.45 155.65 -
System Red Green Blue C M Y K H S L
Decimal 251 224 50 0 0.11 0.80 0.02 51.94 0.96 0.59
Hex FB E0 32 0 B 50 2 34 60 3B
Octal 373 340 62 0 13 120 2 64 140 73
Binary 11111011 11100000 110010 0 1011 1010000 10 110100 1100000 111011

Color Harmonies of #FBE032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE032

Black with #FBE032

Text Example


Text Example

White with #FBE032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE032; }

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

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

background-color css

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

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

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

border-color css

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

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

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