Html Css Color HEX #FBDA40 Gorse

📋 copy color: '#FBDA40'

red 251 ◦ green 218 ◦ blue 64

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

Shades of Gorse #FBDA40

Tints of Gorse #FBDA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.01%

R = 47.09%
G = 40.9%
B = 12.01%

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

#FBDA40 (or 0xFBDA40) is known color: Gorse. HEX triplet: FB, DA and 40. RGB value is (251,218,64). Sum of RGB (Red+Green+Blue) = 251+218+64=533 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.09% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 64 (25.39% from 255 or 12.01% from 533); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA40 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDA40 is #0425BF. Grayscale: #D2D2D2. Windows color (decimal): -271808 or 4250363. OLE color: 4250363.

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

Color convert

RGB 251 218 64 -
CMYK 0 0.13 0.75 0.02
HSL 49.41º 0.96% 0.62% -
HSV(B) 49.41º 0.75% 0.98% -
XYZ 65.78 71.02 15.09 -
YUV 210.31 45.43 157.02 -
System Red Green Blue C M Y K H S L
Decimal 251 218 64 0 0.13 0.75 0.02 49.41 0.96 0.62
Hex FB DA 40 0 D 4B 2 31 60 3E
Octal 373 332 100 0 15 113 2 61 140 76
Binary 11111011 11011010 1000000 0 1101 1001011 10 110001 1100000 111110

Color Harmonies of #FBDA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDA40

Black with #FBDA40

Text Example


Text Example

White with #FBDA40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDA40; }

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

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

background-color css

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

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

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

border-color css

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

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

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