Html Css Color HEX #FDFB28 Gorse

📋 copy color: '#FDFB28'

red 253 ◦ green 251 ◦ blue 40

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

Shades of Gorse #FDFB28

Tints of Gorse #FDFB28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 7.35%

R = 46.51%
G = 46.14%
B = 7.35%

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

#FDFB28 (or 0xFDFB28) is known color: Gorse. HEX triplet: FD, FB and 28. RGB value is (253,251,40). Sum of RGB (Red+Green+Blue) = 253+251+40=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 251 (98.44% from 255 or 46.14% from 544); Blue value is 40 (16.02% from 255 or 7.35% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFB28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFB28 is #0204D7. Grayscale: #E4E4E4. Windows color (decimal): -132312 or 2685949. OLE color: 2685949.

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

Color convert

RGB 253 251 40 -
CMYK 0 0.01 0.84 0.01
HSL 59.44º 0.98% 0.57% -
HSV(B) 59.44º 0.84% 0.99% -
XYZ 75.39 90.03 15.41 -
YUV 227.54 22.16 146.16 -
System Red Green Blue C M Y K H S L
Decimal 253 251 40 0 0.01 0.84 0.01 59.44 0.98 0.57
Hex FD FB 28 0 1 54 1 3B 62 39
Octal 375 373 50 0 1 124 1 73 142 71
Binary 11111101 11111011 101000 0 1 1010100 1 111011 1100010 111001

Color Harmonies of #FDFB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFB28

Black with #FDFB28

Text Example


Text Example

White with #FDFB28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFB28; }

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

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

background-color css

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

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

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

border-color css

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

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

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