Html Css Color HEX #FEF12C Gorse

📋 copy color: '#FEF12C'

red 254 ◦ green 241 ◦ blue 44

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

Shades of Gorse #FEF12C

Tints of Gorse #FEF12C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.71%

 BLUE value IS 44 (17.58% from 255) = 8.16%

R = 47.12%
G = 44.71%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FEF12C (or 0xFEF12C) is known color: Gorse. HEX triplet: FE, F1 and 2C. RGB value is (254,241,44). Sum of RGB (Red+Green+Blue) = 254+241+44=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 241 (94.53% from 255 or 44.71% from 539); Blue value is 44 (17.58% from 255 or 8.16% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF12C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF12C is #010ED3. Grayscale: #DFDFDF. Windows color (decimal): -69332 or 2945534. OLE color: 2945534.

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

Color convert

RGB 254 241 44 -
CMYK 0 0.05 0.83 0.00
HSL 56.29º 0.99% 0.58% -
HSV(B) 56.29º 0.83% 1% -
XYZ 72.78 84.16 14.79 -
YUV 222.43 27.31 150.52 -
System Red Green Blue C M Y K H S L
Decimal 254 241 44 0 0.05 0.83 0.00 56.29 0.99 0.58
Hex FE F1 2C 0 5 53 0 38 63 3A
Octal 376 361 54 0 5 123 0 70 143 72
Binary 11111110 11110001 101100 0 101 1010011 0 111000 1100011 111010

Color Harmonies of #FEF12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF12C

Black with #FEF12C

Text Example


Text Example

White with #FEF12C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF12C; }

 p { color: rgb(254,241,44); }

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

background-color css

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

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

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

border-color css

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

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

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