Html Css Color HEX #FEFD30 Gorse

📋 copy color: '#FEFD30'

red 254 ◦ green 253 ◦ blue 48

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

Shades of Gorse #FEFD30

Tints of Gorse #FEFD30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 8.65%

R = 45.77%
G = 45.59%
B = 8.65%

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

#FEFD30 (or 0xFEFD30) is known color: Gorse. HEX triplet: FE, FD and 30. RGB value is (254,253,48). Sum of RGB (Red+Green+Blue) = 254+253+48=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 253 (99.22% from 255 or 45.59% from 555); Blue value is 48 (19.14% from 255 or 8.65% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFD30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFD30 is #0102CF. Grayscale: #E6E6E6. Windows color (decimal): -66256 or 3210750. OLE color: 3210750.

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

Color convert

RGB 254 253 48 -
CMYK 0 0.00 0.81 0.00
HSL 59.71º 0.99% 0.59% -
HSV(B) 59.71º 0.81% 1% -
XYZ 76.53 91.53 16.43 -
YUV 229.93 25.33 145.17 -
System Red Green Blue C M Y K H S L
Decimal 254 253 48 0 0.00 0.81 0.00 59.71 0.99 0.59
Hex FE FD 30 0 0 51 0 3C 63 3B
Octal 376 375 60 0 0 121 0 74 143 73
Binary 11111110 11111101 110000 0 0 1010001 0 111100 1100011 111011

Color Harmonies of #FEFD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFD30

Black with #FEFD30

Text Example


Text Example

White with #FEFD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFD30; }

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

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

background-color css

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

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

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

border-color css

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

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

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