Html Css Color HEX #FEF231 Gorse

📋 copy color: '#FEF231'

red 254 ◦ green 242 ◦ blue 49

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

Shades of Gorse #FEF231

Tints of Gorse #FEF231

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.4%

 BLUE value IS 49 (19.53% from 255) = 8.99%

R = 46.61%
G = 44.4%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEF231 (or 0xFEF231) is known color: Gorse. HEX triplet: FE, F2 and 31. RGB value is (254,242,49). Sum of RGB (Red+Green+Blue) = 254+242+49=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 49 (19.53% from 255 or 8.99% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF231 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF231 is #010DCE. Grayscale: #E0E0E0. Windows color (decimal): -69071 or 3273470. OLE color: 3273470.

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

Color convert

RGB 254 242 49 -
CMYK 0 0.05 0.81 0.00
HSL 56.49º 0.99% 0.59% -
HSV(B) 56.49º 0.81% 1% -
XYZ 73.18 84.8 15.42 -
YUV 223.59 29.48 149.69 -
System Red Green Blue C M Y K H S L
Decimal 254 242 49 0 0.05 0.81 0.00 56.49 0.99 0.59
Hex FE F2 31 0 5 51 0 38 63 3B
Octal 376 362 61 0 5 121 0 70 143 73
Binary 11111110 11110010 110001 0 101 1010001 0 111000 1100011 111011

Color Harmonies of #FEF231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF231

Black with #FEF231

Text Example


Text Example

White with #FEF231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF231; }

 p { color: rgb(254,242,49); }

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

background-color css

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

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

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

border-color css

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

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

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