Html Css Color HEX #FEFD2D Gorse

📋 copy color: '#FEFD2D'

red 254 ◦ green 253 ◦ blue 45

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

Shades of Gorse #FEFD2D

Tints of Gorse #FEFD2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 8.15%

R = 46.01%
G = 45.83%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FEFD2D (or 0xFEFD2D) is known color: Gorse. HEX triplet: FE, FD and 2D. RGB value is (254,253,45). Sum of RGB (Red+Green+Blue) = 254+253+45=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 253 (99.22% from 255 or 45.83% from 552); Blue value is 45 (17.97% from 255 or 8.15% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD2D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFD2D is #0102D2. Grayscale: #E6E6E6. Windows color (decimal): -66259 or 3014142. OLE color: 3014142.

HSL color Cylindrical-coordinate representation of color #FEFD2D: 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.82%. Process color model (Four color, CMYK) of #FEFD2D is Cyan = 0, Magento = 0.00, Yellow = 0.82 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 253 45 -
CMYK 0 0.00 0.82 0.00
HSL 59.71º 0.99% 0.59% -
HSV(B) 59.71º 0.82% 1% -
XYZ 76.47 91.51 16.12 -
YUV 229.59 23.83 145.41 -
System Red Green Blue C M Y K H S L
Decimal 254 253 45 0 0.00 0.82 0.00 59.71 0.99 0.59
Hex FE FD 2D 0 0 52 0 3C 63 3B
Octal 376 375 55 0 0 122 0 74 143 73
Binary 11111110 11111101 101101 0 0 1010010 0 111100 1100011 111011

Color Harmonies of #FEFD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFD2D

Black with #FEFD2D

Text Example


Text Example

White with #FEFD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFD2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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