Html Css Color HEX #FDFF2A Gorse

📋 copy color: '#FDFF2A'

red 253 ◦ green 255 ◦ blue 42

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

Shades of Gorse #FDFF2A

Tints of Gorse #FDFF2A

RGB

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

 GREEN value IS 255 (100% from 255) = 46.36%

 BLUE value IS 42 (16.8% from 255) = 7.64%

R = 46%
G = 46.36%
B = 7.64%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FDFF2A (or 0xFDFF2A) is known color: Gorse. HEX triplet: FD, FF and 2A. RGB value is (253,255,42). Sum of RGB (Red+Green+Blue) = 253+255+42=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 42 (16.80% from 255 or 7.64% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFF2A is #0200D5. Grayscale: #E6E6E6. Windows color (decimal): -131286 or 2818045. OLE color: 2818045.

HSL color Cylindrical-coordinate representation of color #FDFF2A: hue angle of 60.56º 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 #FDFF2A is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.

Color convert

RGB 253 255 42 -
CMYK 0.01 0 0.84 0
HSL 60.56º 1% 0.58% -
HSV(B) 60.56º 0.84% 1% -
XYZ 76.69 92.57 16.02 -
YUV 230.12 21.84 144.32 -
System Red Green Blue C M Y K H S L
Decimal 253 255 42 0.01 0 0.84 0 60.56 1 0.58
Hex FD FF 2A 1 0 54 0 3D 64 3A
Octal 375 377 52 1 0 124 0 75 144 72
Binary 11111101 11111111 101010 1 0 1010100 0 111101 1100100 111010

Color Harmonies of #FDFF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFF2A

Black with #FDFF2A

Text Example


Text Example

White with #FDFF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFF2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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