Html Css Color HEX #FEFE30 Gorse

📋 copy color: '#FEFE30'

red 254 ◦ green 254 ◦ blue 48

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

Shades of Gorse #FEFE30

Tints of Gorse #FEFE30

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.68%

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

R = 45.68%
G = 45.68%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEFE30 (or 0xFEFE30) is known color: Gorse. HEX triplet: FE, FE and 30. RGB value is (254,254,48). Sum of RGB (Red+Green+Blue) = 254+254+48=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 254 (99.61% from 255 or 45.68% from 556); Blue value is 48 (19.14% from 255 or 8.63% from 556); Max value from RGB is 254 - color contains mainly: red, green. Hex color #FEFE30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFE30 is #0101CF. Grayscale: #E7E7E7. Windows color (decimal): -66000 or 3211006. OLE color: 3211006.

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

Color convert

RGB 254 254 48 -
CMYK 0 0 0.81 0.00
HSL 60º 0.99% 0.59% -
HSV(B) 60º 0.81% 1% -
XYZ 76.85 92.17 16.54 -
YUV 230.52 25 144.75 -
System Red Green Blue C M Y K H S L
Decimal 254 254 48 0 0 0.81 0.00 60 0.99 0.59
Hex FE FE 30 0 0 51 0 3C 63 3B
Octal 376 376 60 0 0 121 0 74 143 73
Binary 11111110 11111110 110000 0 0 1010001 0 111100 1100011 111011

Color Harmonies of #FEFE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFE30

Black with #FEFE30

Text Example


Text Example

White with #FEFE30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFE30; }

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

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

background-color css

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

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

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

border-color css

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

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

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