Html Css Color HEX #FBDB2D Gorse

📋 copy color: '#FBDB2D'

red 251 ◦ green 219 ◦ blue 45

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

Shades of Gorse #FBDB2D

Tints of Gorse #FBDB2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.74%

R = 48.74%
G = 42.52%
B = 8.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FBDB2D (or 0xFBDB2D) is known color: Gorse. HEX triplet: FB, DB and 2D. RGB value is (251,219,45). Sum of RGB (Red+Green+Blue) = 251+219+45=515 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.74% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 45 (17.97% from 255 or 8.74% from 515); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDB2D is #0424D2. Grayscale: #D1D1D1. Windows color (decimal): -271571 or 3005435. OLE color: 3005435.

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

Color convert

RGB 251 219 45 -
CMYK 0 0.13 0.82 0.02
HSL 50.68º 0.96% 0.58% -
HSV(B) 50.68º 0.82% 0.98% -
XYZ 65.59 71.36 12.8 -
YUV 208.73 35.6 158.15 -
System Red Green Blue C M Y K H S L
Decimal 251 219 45 0 0.13 0.82 0.02 50.68 0.96 0.58
Hex FB DB 2D 0 D 52 2 33 60 3A
Octal 373 333 55 0 15 122 2 63 140 72
Binary 11111011 11011011 101101 0 1101 1010010 10 110011 1100000 111010

Color Harmonies of #FBDB2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDB2D

Black with #FBDB2D

Text Example


Text Example

White with #FBDB2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDB2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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