Html Css Color HEX #FDFE2A Gorse

📋 copy color: '#FDFE2A'

red 253 ◦ green 254 ◦ blue 42

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

Shades of Gorse #FDFE2A

Tints of Gorse #FDFE2A

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.27%

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

R = 46.08%
G = 46.27%
B = 7.65%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FDFE2A (or 0xFDFE2A) is known color: Gorse. HEX triplet: FD, FE and 2A. RGB value is (253,254,42). Sum of RGB (Red+Green+Blue) = 253+254+42=549 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.08% from 549); Green value is 254 (99.61% from 255 or 46.27% from 549); Blue value is 42 (16.80% from 255 or 7.65% from 549); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE2A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDFE2A is #0201D5. Grayscale: #E6E6E6. Windows color (decimal): -131542 or 2817789. OLE color: 2817789.

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

Color convert

RGB 253 254 42 -
CMYK 0.00 0 0.83 0.00
HSL 60.28º 0.99% 0.58% -
HSV(B) 60.28º 0.83% 1% -
XYZ 76.37 91.93 15.91 -
YUV 229.53 22.17 144.74 -
System Red Green Blue C M Y K H S L
Decimal 253 254 42 0.00 0 0.83 0.00 60.28 0.99 0.58
Hex FD FE 2A 0 0 53 0 3C 63 3A
Octal 375 376 52 0 0 123 0 74 143 72
Binary 11111101 11111110 101010 0 0 1010011 0 111100 1100011 111010

Color Harmonies of #FDFE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDFE2A

Black with #FDFE2A

Text Example


Text Example

White with #FDFE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDFE2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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