Html Css Color HEX #FBE131 Gorse

📋 copy color: '#FBE131'

red 251 ◦ green 225 ◦ blue 49

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

Shades of Gorse #FBE131

Tints of Gorse #FBE131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.33%

R = 47.81%
G = 42.86%
B = 9.33%

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

#FBE131 (or 0xFBE131) is known color: Gorse. HEX triplet: FB, E1 and 31. RGB value is (251,225,49). Sum of RGB (Red+Green+Blue) = 251+225+49=525 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.81% from 525); Green value is 225 (88.28% from 255 or 42.86% from 525); Blue value is 49 (19.53% from 255 or 9.33% from 525); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE131 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBE131 is #041ECE. Grayscale: #D5D5D5. Windows color (decimal): -270031 or 3269115. OLE color: 3269115.

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

Color convert

RGB 251 225 49 -
CMYK 0 0.10 0.80 0.02
HSL 52.28º 0.96% 0.59% -
HSV(B) 52.28º 0.8% 0.98% -
XYZ 67.26 74.58 13.76 -
YUV 212.71 35.61 155.31 -
System Red Green Blue C M Y K H S L
Decimal 251 225 49 0 0.10 0.80 0.02 52.28 0.96 0.59
Hex FB E1 31 0 A 50 2 34 60 3B
Octal 373 341 61 0 12 120 2 64 140 73
Binary 11111011 11100001 110001 0 1010 1010000 10 110100 1100000 111011

Color Harmonies of #FBE131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBE131

Black with #FBE131

Text Example


Text Example

White with #FBE131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBE131; }

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

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

background-color css

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

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

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

border-color css

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

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

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