Html Css Color HEX #FEF32F Gorse

📋 copy color: '#FEF32F'

red 254 ◦ green 243 ◦ blue 47

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

Shades of Gorse #FEF32F

Tints of Gorse #FEF32F

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.67%

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

R = 46.69%
G = 44.67%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.81

 K value IS 0.00

RGB Variations

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

Color information

#FEF32F (or 0xFEF32F) is known color: Gorse. HEX triplet: FE, F3 and 2F. RGB value is (254,243,47). Sum of RGB (Red+Green+Blue) = 254+243+47=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 243 (95.31% from 255 or 44.67% from 544); Blue value is 47 (18.75% from 255 or 8.64% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF32F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF32F is #010CD0. Grayscale: #E0E0E0. Windows color (decimal): -68817 or 3142654. OLE color: 3142654.

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

Color convert

RGB 254 243 47 -
CMYK 0 0.04 0.81 0.00
HSL 56.81º 0.99% 0.59% -
HSV(B) 56.81º 0.81% 1% -
XYZ 73.44 85.38 15.3 -
YUV 223.95 28.14 149.44 -
System Red Green Blue C M Y K H S L
Decimal 254 243 47 0 0.04 0.81 0.00 56.81 0.99 0.59
Hex FE F3 2F 0 4 51 0 39 63 3B
Octal 376 363 57 0 4 121 0 71 143 73
Binary 11111110 11110011 101111 0 100 1010001 0 111001 1100011 111011

Color Harmonies of #FEF32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF32F

Black with #FEF32F

Text Example


Text Example

White with #FEF32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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