Html Css Color HEX #FEFD2F Gorse

📋 copy color: '#FEFD2F'

red 254 ◦ green 253 ◦ blue 47

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

Shades of Gorse #FEFD2F

Tints of Gorse #FEFD2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 8.48%

R = 45.85%
G = 45.67%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEFD2F (or 0xFEFD2F) is known color: Gorse. HEX triplet: FE, FD and 2F. RGB value is (254,253,47). Sum of RGB (Red+Green+Blue) = 254+253+47=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 253 (99.22% from 255 or 45.67% from 554); Blue value is 47 (18.75% from 255 or 8.48% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD2F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFD2F is #0102D0. Grayscale: #E6E6E6. Windows color (decimal): -66257 or 3145214. OLE color: 3145214.

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

Color convert

RGB 254 253 47 -
CMYK 0 0.00 0.81 0.00
HSL 59.71º 0.99% 0.59% -
HSV(B) 59.71º 0.81% 1% -
XYZ 76.51 91.53 16.32 -
YUV 229.82 24.83 145.25 -
System Red Green Blue C M Y K H S L
Decimal 254 253 47 0 0.00 0.81 0.00 59.71 0.99 0.59
Hex FE FD 2F 0 0 51 0 3C 63 3B
Octal 376 375 57 0 0 121 0 74 143 73
Binary 11111110 11111101 101111 0 0 1010001 0 111100 1100011 111011

Color Harmonies of #FEFD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFD2F

Black with #FEFD2F

Text Example


Text Example

White with #FEFD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFD2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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