Html Css Color HEX #FBDA29 Gorse

📋 copy color: '#FBDA29'

red 251 ◦ green 218 ◦ blue 41

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

Shades of Gorse #FBDA29

Tints of Gorse #FBDA29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.04%

R = 49.22%
G = 42.75%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FBDA29 (or 0xFBDA29) is known color: Gorse. HEX triplet: FB, DA and 29. RGB value is (251,218,41). Sum of RGB (Red+Green+Blue) = 251+218+41=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 41 (16.41% from 255 or 8.04% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDA29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FBDA29 is #0425D6. Grayscale: #D0D0D0. Windows color (decimal): -271831 or 2743035. OLE color: 2743035.

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

Color convert

RGB 251 218 41 -
CMYK 0 0.13 0.84 0.02
HSL 50.57º 0.96% 0.57% -
HSV(B) 50.57º 0.84% 0.98% -
XYZ 65.26 70.81 12.33 -
YUV 207.69 33.93 158.89 -
System Red Green Blue C M Y K H S L
Decimal 251 218 41 0 0.13 0.84 0.02 50.57 0.96 0.57
Hex FB DA 29 0 D 54 2 33 60 39
Octal 373 332 51 0 15 124 2 63 140 71
Binary 11111011 11011010 101001 0 1101 1010100 10 110011 1100000 111001

Color Harmonies of #FBDA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDA29

Black with #FBDA29

Text Example


Text Example

White with #FBDA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDA29; }

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

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

background-color css

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

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

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

border-color css

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

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

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