Html Css Color HEX #FBDA3F Gorse

📋 copy color: '#FBDA3F'

red 251 ◦ green 218 ◦ blue 63

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

Shades of Gorse #FBDA3F

Tints of Gorse #FBDA3F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.98%

 BLUE value IS 63 (25% from 255) = 11.84%

R = 47.18%
G = 40.98%
B = 11.84%

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

#FBDA3F (or 0xFBDA3F) is known color: Gorse. HEX triplet: FB, DA and 3F. RGB value is (251,218,63). Sum of RGB (Red+Green+Blue) = 251+218+63=532 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.18% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 63 (25% from 255 or 11.84% from 532); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA3F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDA3F is #0425C0. Grayscale: #D2D2D2. Windows color (decimal): -271809 or 4184827. OLE color: 4184827.

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

Color convert

RGB 251 218 63 -
CMYK 0 0.13 0.75 0.02
HSL 49.47º 0.96% 0.62% -
HSV(B) 49.47º 0.75% 0.98% -
XYZ 65.75 71.01 14.94 -
YUV 210.2 44.93 157.1 -
System Red Green Blue C M Y K H S L
Decimal 251 218 63 0 0.13 0.75 0.02 49.47 0.96 0.62
Hex FB DA 3F 0 D 4B 2 31 60 3E
Octal 373 332 77 0 15 113 2 61 140 76
Binary 11111011 11011010 111111 0 1101 1001011 10 110001 1100000 111110

Color Harmonies of #FBDA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDA3F

Black with #FBDA3F

Text Example


Text Example

White with #FBDA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDA3F; }

 p { color: rgb(251,218,63); }

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

background-color css

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

 a { background-color: rgb(251,218,63); }

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

border-color css

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

 span { border-color: rgb(251,218,63); }

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