Html Css Color HEX #FEFD2A Gorse

📋 copy color: '#FEFD2A'

red 254 ◦ green 253 ◦ blue 42

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

Shades of Gorse #FEFD2A

Tints of Gorse #FEFD2A

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #FEFD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFD2A

Black with #FEFD2A

Text Example


Text Example

White with #FEFD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFD2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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