Html Css Color HEX #FBDA3D Gorse

📋 copy color: '#FBDA3D'

red 251 ◦ green 218 ◦ blue 61

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

Shades of Gorse #FBDA3D

Tints of Gorse #FBDA3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 11.51%

R = 47.36%
G = 41.13%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FBDA3D (or 0xFBDA3D) is known color: Gorse. HEX triplet: FB, DA and 3D. RGB value is (251,218,61). Sum of RGB (Red+Green+Blue) = 251+218+61=530 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.36% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 61 (24.22% from 255 or 11.51% from 530); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDA3D is #0425C2. Grayscale: #D2D2D2. Windows color (decimal): -271811 or 4053755. OLE color: 4053755.

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

Color convert

RGB 251 218 61 -
CMYK 0 0.13 0.76 0.02
HSL 49.58º 0.96% 0.61% -
HSV(B) 49.58º 0.76% 0.98% -
XYZ 65.7 70.99 14.65 -
YUV 209.97 43.93 157.27 -
System Red Green Blue C M Y K H S L
Decimal 251 218 61 0 0.13 0.76 0.02 49.58 0.96 0.61
Hex FB DA 3D 0 D 4C 2 32 60 3D
Octal 373 332 75 0 15 114 2 62 140 75
Binary 11111011 11011010 111101 0 1101 1001100 10 110010 1100000 111101

Color Harmonies of #FBDA3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDA3D

Black with #FBDA3D

Text Example


Text Example

White with #FBDA3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDA3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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