Html Css Color HEX #FBDB34 Gorse

📋 copy color: '#FBDB34'

red 251 ◦ green 219 ◦ blue 52

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

Shades of Gorse #FBDB34

Tints of Gorse #FBDB34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 9.96%

R = 48.08%
G = 41.95%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FBDB34 (or 0xFBDB34) is known color: Gorse. HEX triplet: FB, DB and 34. RGB value is (251,219,52). Sum of RGB (Red+Green+Blue) = 251+219+52=522 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.08% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 52 (20.70% from 255 or 9.96% from 522); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDB34 is #0424CB. Grayscale: #D2D2D2. Windows color (decimal): -271564 or 3464187. OLE color: 3464187.

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

Color convert

RGB 251 219 52 -
CMYK 0 0.13 0.79 0.02
HSL 50.35º 0.96% 0.59% -
HSV(B) 50.35º 0.79% 0.98% -
XYZ 65.74 71.42 13.57 -
YUV 209.53 39.1 157.58 -
System Red Green Blue C M Y K H S L
Decimal 251 219 52 0 0.13 0.79 0.02 50.35 0.96 0.59
Hex FB DB 34 0 D 4F 2 32 60 3B
Octal 373 333 64 0 15 117 2 62 140 73
Binary 11111011 11011011 110100 0 1101 1001111 10 110010 1100000 111011

Color Harmonies of #FBDB34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDB34

Black with #FBDB34

Text Example


Text Example

White with #FBDB34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDB34; }

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

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

background-color css

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

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

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

border-color css

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

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

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