Html Css Color HEX #FEFF30 Gorse

📋 copy color: '#FEFF30'

red 254 ◦ green 255 ◦ blue 48

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

Shades of Gorse #FEFF30

Tints of Gorse #FEFF30

RGB

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

 GREEN value IS 255 (100% from 255) = 45.78%

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

R = 45.6%
G = 45.78%
B = 8.62%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FEFF30 (or 0xFEFF30) is known color: Gorse. HEX triplet: FE, FF and 30. RGB value is (254,255,48). Sum of RGB (Red+Green+Blue) = 254+255+48=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 255 (100% from 255 or 45.78% from 557); Blue value is 48 (19.14% from 255 or 8.62% from 557); Max value from RGB is 255 - color contains mainly: green. Hex color #FEFF30 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEFF30 is #0100CF. Grayscale: #E7E7E7. Windows color (decimal): -65744 or 3211262. OLE color: 3211262.

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

Color convert

RGB 254 255 48 -
CMYK 0.00 0 0.81 0
HSL 60.29º 1% 0.59% -
HSV(B) 60.29º 0.81% 1% -
XYZ 77.17 92.8 16.64 -
YUV 231.1 24.67 144.33 -
System Red Green Blue C M Y K H S L
Decimal 254 255 48 0.00 0 0.81 0 60.29 1 0.59
Hex FE FF 30 0 0 51 0 3C 64 3B
Octal 376 377 60 0 0 121 0 74 144 73
Binary 11111110 11111111 110000 0 0 1010001 0 111100 1100100 111011

Color Harmonies of #FEFF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFF30

Black with #FEFF30

Text Example


Text Example

White with #FEFF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFF30; }

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

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

background-color css

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

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

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

border-color css

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

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

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