Html Css Color HEX #FBDB40 Gorse

📋 copy color: '#FBDB40'

red 251 ◦ green 219 ◦ blue 64

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

Shades of Gorse #FBDB40

Tints of Gorse #FBDB40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 11.99%

R = 47%
G = 41.01%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#FBDB40 (or 0xFBDB40) is known color: Gorse. HEX triplet: FB, DB and 40. RGB value is (251,219,64). Sum of RGB (Red+Green+Blue) = 251+219+64=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 64 (25.39% from 255 or 11.99% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDB40 is #0424BF. Grayscale: #D3D3D3. Windows color (decimal): -271552 or 4250619. OLE color: 4250619.

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

Color convert

RGB 251 219 64 -
CMYK 0 0.13 0.75 0.02
HSL 49.73º 0.96% 0.62% -
HSV(B) 49.73º 0.75% 0.98% -
XYZ 66.04 71.54 15.18 -
YUV 210.9 45.1 156.6 -
System Red Green Blue C M Y K H S L
Decimal 251 219 64 0 0.13 0.75 0.02 49.73 0.96 0.62
Hex FB DB 40 0 D 4B 2 32 60 3E
Octal 373 333 100 0 15 113 2 62 140 76
Binary 11111011 11011011 1000000 0 1101 1001011 10 110010 1100000 111110

Color Harmonies of #FBDB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDB40

Black with #FBDB40

Text Example


Text Example

White with #FBDB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDB40; }

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

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

background-color css

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

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

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

border-color css

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

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

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