Html Css Color HEX #FBDB3D Gorse

📋 copy color: '#FBDB3D'

red 251 ◦ green 219 ◦ blue 61

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

Shades of Gorse #FBDB3D

Tints of Gorse #FBDB3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 11.49%

R = 47.27%
G = 41.24%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FBDB3D (or 0xFBDB3D) is known color: Gorse. HEX triplet: FB, DB and 3D. RGB value is (251,219,61). Sum of RGB (Red+Green+Blue) = 251+219+61=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 61 (24.22% from 255 or 11.49% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDB3D is #0424C2. Grayscale: #D3D3D3. Windows color (decimal): -271555 or 4054011. OLE color: 4054011.

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

Color convert

RGB 251 219 61 -
CMYK 0 0.13 0.76 0.02
HSL 49.89º 0.96% 0.61% -
HSV(B) 49.89º 0.76% 0.98% -
XYZ 65.96 71.51 14.74 -
YUV 210.56 43.6 156.85 -
System Red Green Blue C M Y K H S L
Decimal 251 219 61 0 0.13 0.76 0.02 49.89 0.96 0.61
Hex FB DB 3D 0 D 4C 2 32 60 3D
Octal 373 333 75 0 15 114 2 62 140 75
Binary 11111011 11011011 111101 0 1101 1001100 10 110010 1100000 111101

Color Harmonies of #FBDB3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDB3D

Black with #FBDB3D

Text Example


Text Example

White with #FBDB3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDB3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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