Html Css Color HEX #FBDE2B Gorse

📋 copy color: '#FBDE2B'

red 251 ◦ green 222 ◦ blue 43

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

Shades of Gorse #FBDE2B

Tints of Gorse #FBDE2B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.02%

 BLUE value IS 43 (17.19% from 255) = 8.33%

R = 48.64%
G = 43.02%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FBDE2B (or 0xFBDE2B) is known color: Gorse. HEX triplet: FB, DE and 2B. RGB value is (251,222,43). Sum of RGB (Red+Green+Blue) = 251+222+43=516 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.64% from 516); Green value is 222 (87.11% from 255 or 43.02% from 516); Blue value is 43 (17.19% from 255 or 8.33% from 516); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDE2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDE2B is #0421D4. Grayscale: #D3D3D3. Windows color (decimal): -270805 or 2875131. OLE color: 2875131.

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

Color convert

RGB 251 222 43 -
CMYK 0 0.12 0.83 0.02
HSL 51.63º 0.96% 0.58% -
HSV(B) 51.63º 0.83% 0.98% -
XYZ 66.34 72.93 12.87 -
YUV 210.27 33.61 157.05 -
System Red Green Blue C M Y K H S L
Decimal 251 222 43 0 0.12 0.83 0.02 51.63 0.96 0.58
Hex FB DE 2B 0 C 53 2 34 60 3A
Octal 373 336 53 0 14 123 2 64 140 72
Binary 11111011 11011110 101011 0 1100 1010011 10 110100 1100000 111010

Color Harmonies of #FBDE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDE2B

Black with #FBDE2B

Text Example


Text Example

White with #FBDE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDE2B; }

 p { color: rgb(251,222,43); }

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

background-color css

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

 a { background-color: rgb(251,222,43); }

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

border-color css

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

 span { border-color: rgb(251,222,43); }

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