Html Css Color HEX #FEF12B Gorse

📋 copy color: '#FEF12B'

red 254 ◦ green 241 ◦ blue 43

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

Shades of Gorse #FEF12B

Tints of Gorse #FEF12B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 7.99%

R = 47.21%
G = 44.8%
B = 7.99%

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

#FEF12B (or 0xFEF12B) is known color: Gorse. HEX triplet: FE, F1 and 2B. RGB value is (254,241,43). Sum of RGB (Red+Green+Blue) = 254+241+43=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 241 (94.53% from 255 or 44.80% from 538); Blue value is 43 (17.19% from 255 or 7.99% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF12B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF12B is #010ED4. Grayscale: #DFDFDF. Windows color (decimal): -69333 or 2879998. OLE color: 2879998.

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

Color convert

RGB 254 241 43 -
CMYK 0 0.05 0.83 0.00
HSL 56.3º 0.99% 0.58% -
HSV(B) 56.3º 0.83% 1% -
XYZ 72.76 84.16 14.69 -
YUV 222.32 26.81 150.6 -
System Red Green Blue C M Y K H S L
Decimal 254 241 43 0 0.05 0.83 0.00 56.3 0.99 0.58
Hex FE F1 2B 0 5 53 0 38 63 3A
Octal 376 361 53 0 5 123 0 70 143 72
Binary 11111110 11110001 101011 0 101 1010011 0 111000 1100011 111010

Color Harmonies of #FEF12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF12B

Black with #FEF12B

Text Example


Text Example

White with #FEF12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF12B; }

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

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

background-color css

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

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

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

border-color css

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

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

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