Html Css Color HEX #FDFB29 Gorse

📋 copy color: '#FDFB29'

red 253 ◦ green 251 ◦ blue 41

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

Shades of Gorse #FDFB29

Tints of Gorse #FDFB29

RGB

 RED value IS 253 (99.22% from 255) = 46.42%

 GREEN value IS 251 (98.44% from 255) = 46.06%

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

R = 46.42%
G = 46.06%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDFB29 (or 0xFDFB29) is known color: Gorse. HEX triplet: FD, FB and 29. RGB value is (253,251,41). Sum of RGB (Red+Green+Blue) = 253+251+41=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 251 (98.44% from 255 or 46.06% from 545); Blue value is 41 (16.41% from 255 or 7.52% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB29 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFB29 is #0204D6. Grayscale: #E4E4E4. Windows color (decimal): -132311 or 2751485. OLE color: 2751485.

HSL color Cylindrical-coordinate representation of color #FDFB29: hue angle of 59.43º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FDFB29 is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 251 41 -
CMYK 0 0.01 0.84 0.01
HSL 59.43º 0.98% 0.58% -
HSV(B) 59.43º 0.84% 0.99% -
XYZ 75.41 90.04 15.5 -
YUV 227.66 22.66 146.08 -
System Red Green Blue C M Y K H S L
Decimal 253 251 41 0 0.01 0.84 0.01 59.43 0.98 0.58
Hex FD FB 29 0 1 54 1 3B 62 3A
Octal 375 373 51 0 1 124 1 73 142 72
Binary 11111101 11111011 101001 0 1 1010100 1 111011 1100010 111010

Color Harmonies of #FDFB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFB29

Black with #FDFB29

Text Example


Text Example

White with #FDFB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFB29; }

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

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

background-color css

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

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

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

border-color css

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

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

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