Html Css Color HEX #FEFC30 Gorse

📋 copy color: '#FEFC30'

red 254 ◦ green 252 ◦ blue 48

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

Shades of Gorse #FEFC30

Tints of Gorse #FEFC30

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.49%

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

R = 45.85%
G = 45.49%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEFC30 (or 0xFEFC30) is known color: Gorse. HEX triplet: FE, FC and 30. RGB value is (254,252,48). Sum of RGB (Red+Green+Blue) = 254+252+48=554 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.85% from 554); Green value is 252 (98.83% from 255 or 45.49% from 554); Blue value is 48 (19.14% from 255 or 8.66% from 554); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFC30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFC30 is #0103CF. Grayscale: #E6E6E6. Windows color (decimal): -66512 or 3210494. OLE color: 3210494.

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

Color convert

RGB 254 252 48 -
CMYK 0 0.01 0.81 0.00
HSL 59.42º 0.99% 0.59% -
HSV(B) 59.42º 0.81% 1% -
XYZ 76.22 90.91 16.33 -
YUV 229.34 25.66 145.59 -
System Red Green Blue C M Y K H S L
Decimal 254 252 48 0 0.01 0.81 0.00 59.42 0.99 0.59
Hex FE FC 30 0 1 51 0 3B 63 3B
Octal 376 374 60 0 1 121 0 73 143 73
Binary 11111110 11111100 110000 0 1 1010001 0 111011 1100011 111011

Color Harmonies of #FEFC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFC30

Black with #FEFC30

Text Example


Text Example

White with #FEFC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFC30; }

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

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

background-color css

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

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

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

border-color css

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

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

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