Html Css Color HEX #FEF234 Gorse

📋 copy color: '#FEF234'

red 254 ◦ green 242 ◦ blue 52

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

Shades of Gorse #FEF234

Tints of Gorse #FEF234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 9.49%

R = 46.35%
G = 44.16%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FEF234 (or 0xFEF234) is known color: Gorse. HEX triplet: FE, F2 and 34. RGB value is (254,242,52). Sum of RGB (Red+Green+Blue) = 254+242+52=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 242 (94.92% from 255 or 44.16% from 548); Blue value is 52 (20.70% from 255 or 9.49% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF234 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF234 is #010DCB. Grayscale: #E0E0E0. Windows color (decimal): -69068 or 3470078. OLE color: 3470078.

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

Color convert

RGB 254 242 52 -
CMYK 0 0.05 0.80 0.00
HSL 56.44º 0.99% 0.6% -
HSV(B) 56.44º 0.8% 1% -
XYZ 73.25 84.82 15.76 -
YUV 223.93 30.98 149.45 -
System Red Green Blue C M Y K H S L
Decimal 254 242 52 0 0.05 0.80 0.00 56.44 0.99 0.6
Hex FE F2 34 0 5 50 0 38 63 3C
Octal 376 362 64 0 5 120 0 70 143 74
Binary 11111110 11110010 110100 0 101 1010000 0 111000 1100011 111100

Color Harmonies of #FEF234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF234

Black with #FEF234

Text Example


Text Example

White with #FEF234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF234; }

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

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

background-color css

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

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

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

border-color css

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

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

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