Html Css Color HEX #FBED31 Gorse

📋 copy color: '#FBED31'

red 251 ◦ green 237 ◦ blue 49

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

Shades of Gorse #FBED31

Tints of Gorse #FBED31

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.13%

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

R = 46.74%
G = 44.13%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FBED31 (or 0xFBED31) is known color: Gorse. HEX triplet: FB, ED and 31. RGB value is (251,237,49). Sum of RGB (Red+Green+Blue) = 251+237+49=537 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.74% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 49 (19.53% from 255 or 9.12% from 537); Max value from RGB is 251 - color contains mainly: red. Hex color #FBED31 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBED31 is #0412CE. Grayscale: #DCDCDC. Windows color (decimal): -266959 or 3272187. OLE color: 3272187.

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

Color convert

RGB 251 237 49 -
CMYK 0 0.06 0.80 0.02
HSL 55.84º 0.96% 0.59% -
HSV(B) 55.84º 0.8% 0.98% -
XYZ 70.62 81.3 14.88 -
YUV 219.75 31.64 150.29 -
System Red Green Blue C M Y K H S L
Decimal 251 237 49 0 0.06 0.80 0.02 55.84 0.96 0.59
Hex FB ED 31 0 6 50 2 38 60 3B
Octal 373 355 61 0 6 120 2 70 140 73
Binary 11111011 11101101 110001 0 110 1010000 10 111000 1100000 111011

Color Harmonies of #FBED31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBED31

Black with #FBED31

Text Example


Text Example

White with #FBED31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBED31; }

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

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

background-color css

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

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

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

border-color css

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

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

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