Html Css Color HEX #FBDB42 Gorse

📋 copy color: '#FBDB42'

red 251 ◦ green 219 ◦ blue 66

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

Shades of Gorse #FBDB42

Tints of Gorse #FBDB42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.31%

R = 46.83%
G = 40.86%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FBDB42 (or 0xFBDB42) is known color: Gorse. HEX triplet: FB, DB and 42. RGB value is (251,219,66). Sum of RGB (Red+Green+Blue) = 251+219+66=536 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.83% from 536); Green value is 219 (85.94% from 255 or 40.86% from 536); Blue value is 66 (26.17% from 255 or 12.31% from 536); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDB42 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDB42 is #0424BD. Grayscale: #D3D3D3. Windows color (decimal): -271550 or 4381691. OLE color: 4381691.

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

Color convert

RGB 251 219 66 -
CMYK 0 0.13 0.74 0.02
HSL 49.62º 0.96% 0.62% -
HSV(B) 49.62º 0.74% 0.98% -
XYZ 66.1 71.57 15.48 -
YUV 211.13 46.1 156.44 -
System Red Green Blue C M Y K H S L
Decimal 251 219 66 0 0.13 0.74 0.02 49.62 0.96 0.62
Hex FB DB 42 0 D 4A 2 32 60 3E
Octal 373 333 102 0 15 112 2 62 140 76
Binary 11111011 11011011 1000010 0 1101 1001010 10 110010 1100000 111110

Color Harmonies of #FBDB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDB42

Black with #FBDB42

Text Example


Text Example

White with #FBDB42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDB42; }

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

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

background-color css

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

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

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

border-color css

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

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

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