Html Css Color HEX #FEF93A Gorse

📋 copy color: '#FEF93A'

red 254 ◦ green 249 ◦ blue 58

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

Shades of Gorse #FEF93A

Tints of Gorse #FEF93A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.39%

 BLUE value IS 58 (23.05% from 255) = 10.34%

R = 45.28%
G = 44.39%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FEF93A (or 0xFEF93A) is known color: Gorse. HEX triplet: FE, F9 and 3A. RGB value is (254,249,58). Sum of RGB (Red+Green+Blue) = 254+249+58=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 249 (97.66% from 255 or 44.39% from 561); Blue value is 58 (23.05% from 255 or 10.34% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF93A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF93A is #0106C5. Grayscale: #E5E5E5. Windows color (decimal): -67270 or 3865086. OLE color: 3865086.

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

Color convert

RGB 254 249 58 -
CMYK 0 0.02 0.77 0.00
HSL 58.47º 0.99% 0.61% -
HSV(B) 58.47º 0.77% 1% -
XYZ 75.51 89.13 17.23 -
YUV 228.72 31.66 146.03 -
System Red Green Blue C M Y K H S L
Decimal 254 249 58 0 0.02 0.77 0.00 58.47 0.99 0.61
Hex FE F9 3A 0 2 4D 0 3A 63 3D
Octal 376 371 72 0 2 115 0 72 143 75
Binary 11111110 11111001 111010 0 10 1001101 0 111010 1100011 111101

Color Harmonies of #FEF93A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF93A

Black with #FEF93A

Text Example


Text Example

White with #FEF93A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF93A; }

 p { color: rgb(254,249,58); }

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

background-color css

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

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

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

border-color css

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

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

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