Html Css Color HEX #FFFD28 Gorse

📋 copy color: '#FFFD28'

red 255 ◦ green 253 ◦ blue 40

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

Shades of Gorse #FFFD28

Tints of Gorse #FFFD28

RGB

 RED value IS 255 (100% from 255) = 46.53%

 GREEN value IS 253 (99.22% from 255) = 46.17%

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

R = 46.53%
G = 46.17%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FFFD28 (or 0xFFFD28) is known color: Gorse. HEX triplet: FF, FD and 28. RGB value is (255,253,40). Sum of RGB (Red+Green+Blue) = 255+253+40=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 253 (99.22% from 255 or 46.17% from 548); Blue value is 40 (16.02% from 255 or 7.30% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD28 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FFFD28 is #0002D7. Grayscale: #E6E6E6. Windows color (decimal): -728 or 2686463. OLE color: 2686463.

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

Color convert

RGB 255 253 40 -
CMYK 0 0.01 0.84 0
HSL 59.44º 1% 0.58% -
HSV(B) 59.44º 0.84% 1% -
XYZ 76.75 91.66 15.66 -
YUV 229.32 21.16 146.32 -
System Red Green Blue C M Y K H S L
Decimal 255 253 40 0 0.01 0.84 0 59.44 1 0.58
Hex FF FD 28 0 1 54 0 3B 64 3A
Octal 377 375 50 0 1 124 0 73 144 72
Binary 11111111 11111101 101000 0 1 1010100 0 111011 1100100 111010

Color Harmonies of #FFFD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFD28

Black with #FFFD28

Text Example


Text Example

White with #FFFD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFD28; }

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

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

background-color css

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

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

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

border-color css

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

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

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