Html Css Color HEX #FBDF2B Gorse

📋 copy color: '#FBDF2B'

red 251 ◦ green 223 ◦ blue 43

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

Shades of Gorse #FBDF2B

Tints of Gorse #FBDF2B

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.13%

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

R = 48.55%
G = 43.13%
B = 8.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FBDF2B (or 0xFBDF2B) is known color: Gorse. HEX triplet: FB, DF and 2B. RGB value is (251,223,43). Sum of RGB (Red+Green+Blue) = 251+223+43=517 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.55% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 43 (17.19% from 255 or 8.32% from 517); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDF2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDF2B is #0420D4. Grayscale: #D3D3D3. Windows color (decimal): -270549 or 2875387. OLE color: 2875387.

HSL color Cylindrical-coordinate representation of color #FBDF2B: hue angle of 51.92º 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 #FBDF2B is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 223 43 -
CMYK 0 0.11 0.83 0.02
HSL 51.92º 0.96% 0.58% -
HSV(B) 51.92º 0.83% 0.98% -
XYZ 66.61 73.46 12.95 -
YUV 210.85 33.28 156.64 -
System Red Green Blue C M Y K H S L
Decimal 251 223 43 0 0.11 0.83 0.02 51.92 0.96 0.58
Hex FB DF 2B 0 B 53 2 34 60 3A
Octal 373 337 53 0 13 123 2 64 140 72
Binary 11111011 11011111 101011 0 1011 1010011 10 110100 1100000 111010

Color Harmonies of #FBDF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDF2B

Black with #FBDF2B

Text Example


Text Example

White with #FBDF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDF2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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