Html Css Color HEX #FBDA31 Gorse

📋 copy color: '#FBDA31'

red 251 ◦ green 218 ◦ blue 49

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

Shades of Gorse #FBDA31

Tints of Gorse #FBDA31

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.08%

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

R = 48.46%
G = 42.08%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FBDA31 (or 0xFBDA31) is known color: Gorse. HEX triplet: FB, DA and 31. RGB value is (251,218,49). Sum of RGB (Red+Green+Blue) = 251+218+49=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 218 (85.55% from 255 or 42.08% from 518); Blue value is 49 (19.53% from 255 or 9.46% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDA31 is #0425CE. Grayscale: #D1D1D1. Windows color (decimal): -271823 or 3267323. OLE color: 3267323.

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

Color convert

RGB 251 218 49 -
CMYK 0 0.13 0.80 0.02
HSL 50.2º 0.96% 0.59% -
HSV(B) 50.2º 0.8% 0.98% -
XYZ 65.41 70.87 13.14 -
YUV 208.6 37.93 158.24 -
System Red Green Blue C M Y K H S L
Decimal 251 218 49 0 0.13 0.80 0.02 50.2 0.96 0.59
Hex FB DA 31 0 D 50 2 32 60 3B
Octal 373 332 61 0 15 120 2 62 140 73
Binary 11111011 11011010 110001 0 1101 1010000 10 110010 1100000 111011

Color Harmonies of #FBDA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDA31

Black with #FBDA31

Text Example


Text Example

White with #FBDA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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