Html Css Color HEX #FBDB2A Gorse

📋 copy color: '#FBDB2A'

red 251 ◦ green 219 ◦ blue 42

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

Shades of Gorse #FBDB2A

Tints of Gorse #FBDB2A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.77%

 BLUE value IS 42 (16.8% from 255) = 8.2%

R = 49.02%
G = 42.77%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FBDB2A (or 0xFBDB2A) is known color: Gorse. HEX triplet: FB, DB and 2A. RGB value is (251,219,42). Sum of RGB (Red+Green+Blue) = 251+219+42=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 42 (16.80% from 255 or 8.20% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDB2A is #0424D5. Grayscale: #D1D1D1. Windows color (decimal): -271574 or 2808827. OLE color: 2808827.

HSL color Cylindrical-coordinate representation of color #FBDB2A: hue angle of 50.81º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FBDB2A is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 219 42 -
CMYK 0 0.13 0.83 0.02
HSL 50.81º 0.96% 0.57% -
HSV(B) 50.81º 0.83% 0.98% -
XYZ 65.53 71.34 12.51 -
YUV 208.39 34.1 158.39 -
System Red Green Blue C M Y K H S L
Decimal 251 219 42 0 0.13 0.83 0.02 50.81 0.96 0.57
Hex FB DB 2A 0 D 53 2 33 60 39
Octal 373 333 52 0 15 123 2 63 140 71
Binary 11111011 11011011 101010 0 1101 1010011 10 110011 1100000 111001

Color Harmonies of #FBDB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDB2A

Black with #FBDB2A

Text Example


Text Example

White with #FBDB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDB2A; }

 p { color: rgb(251,219,42); }

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

background-color css

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

 a { background-color: rgb(251,219,42); }

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

border-color css

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

 span { border-color: rgb(251,219,42); }

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