Html Css Color HEX #FEF02D Gorse

📋 copy color: '#FEF02D'

red 254 ◦ green 240 ◦ blue 45

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

Shades of Gorse #FEF02D

Tints of Gorse #FEF02D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.53%

 BLUE value IS 45 (17.97% from 255) = 8.35%

R = 47.12%
G = 44.53%
B = 8.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FEF02D (or 0xFEF02D) is known color: Gorse. HEX triplet: FE, F0 and 2D. RGB value is (254,240,45). Sum of RGB (Red+Green+Blue) = 254+240+45=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 240 (94.14% from 255 or 44.53% from 539); Blue value is 45 (17.97% from 255 or 8.35% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF02D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FEF02D is #010FD2. Grayscale: #DEDEDE. Windows color (decimal): -69587 or 3010814. OLE color: 3010814.

HSL color Cylindrical-coordinate representation of color #FEF02D: hue angle of 55.98º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FEF02D is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 240 45 -
CMYK 0 0.06 0.82 0.00
HSL 55.98º 0.99% 0.59% -
HSV(B) 55.98º 0.82% 1% -
XYZ 72.51 83.58 14.79 -
YUV 221.96 28.14 150.86 -
System Red Green Blue C M Y K H S L
Decimal 254 240 45 0 0.06 0.82 0.00 55.98 0.99 0.59
Hex FE F0 2D 0 6 52 0 38 63 3B
Octal 376 360 55 0 6 122 0 70 143 73
Binary 11111110 11110000 101101 0 110 1010010 0 111000 1100011 111011

Color Harmonies of #FEF02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF02D

Black with #FEF02D

Text Example


Text Example

White with #FEF02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF02D; }

 p { color: rgb(254,240,45); }

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

background-color css

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

 a { background-color: rgb(254,240,45); }

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

border-color css

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

 span { border-color: rgb(254,240,45); }

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