Html Css Color HEX #FEF82F Gorse

📋 copy color: '#FEF82F'

red 254 ◦ green 248 ◦ blue 47

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

Shades of Gorse #FEF82F

Tints of Gorse #FEF82F

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.17%

 BLUE value IS 47 (18.75% from 255) = 8.56%

R = 46.27%
G = 45.17%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEF82F (or 0xFEF82F) is known color: Gorse. HEX triplet: FE, F8 and 2F. RGB value is (254,248,47). Sum of RGB (Red+Green+Blue) = 254+248+47=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 248 (97.27% from 255 or 45.17% from 549); Blue value is 47 (18.75% from 255 or 8.56% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF82F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF82F is #0107D0. Grayscale: #E3E3E3. Windows color (decimal): -67537 or 3143934. OLE color: 3143934.

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

Color convert

RGB 254 248 47 -
CMYK 0 0.02 0.81 0.00
HSL 58.26º 0.99% 0.59% -
HSV(B) 58.26º 0.81% 1% -
XYZ 74.95 88.41 15.8 -
YUV 226.88 26.49 147.34 -
System Red Green Blue C M Y K H S L
Decimal 254 248 47 0 0.02 0.81 0.00 58.26 0.99 0.59
Hex FE F8 2F 0 2 51 0 3A 63 3B
Octal 376 370 57 0 2 121 0 72 143 73
Binary 11111110 11111000 101111 0 10 1010001 0 111010 1100011 111011

Color Harmonies of #FEF82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF82F

Black with #FEF82F

Text Example


Text Example

White with #FEF82F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF82F; }

 p { color: rgb(254,248,47); }

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

background-color css

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

 a { background-color: rgb(254,248,47); }

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

border-color css

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

 span { border-color: rgb(254,248,47); }

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