Html Css Color HEX #FBDB3E Gorse

📋 copy color: '#FBDB3E'

red 251 ◦ green 219 ◦ blue 62

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

Shades of Gorse #FBDB3E

Tints of Gorse #FBDB3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 11.65%

R = 47.18%
G = 41.17%
B = 11.65%

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

#FBDB3E (or 0xFBDB3E) is known color: Gorse. HEX triplet: FB, DB and 3E. RGB value is (251,219,62). Sum of RGB (Red+Green+Blue) = 251+219+62=532 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.18% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 62 (24.61% from 255 or 11.65% from 532); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB3E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDB3E is #0424C1. Grayscale: #D3D3D3. Windows color (decimal): -271554 or 4119547. OLE color: 4119547.

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

Color convert

RGB 251 219 62 -
CMYK 0 0.13 0.75 0.02
HSL 49.84º 0.96% 0.61% -
HSV(B) 49.84º 0.75% 0.98% -
XYZ 65.98 71.52 14.88 -
YUV 210.67 44.1 156.77 -
System Red Green Blue C M Y K H S L
Decimal 251 219 62 0 0.13 0.75 0.02 49.84 0.96 0.61
Hex FB DB 3E 0 D 4B 2 32 60 3D
Octal 373 333 76 0 15 113 2 62 140 75
Binary 11111011 11011011 111110 0 1101 1001011 10 110010 1100000 111101

Color Harmonies of #FBDB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDB3E

Black with #FBDB3E

Text Example


Text Example

White with #FBDB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDB3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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