Html Css Color HEX #FED92A Gorse

📋 copy color: '#FED92A'

red 254 ◦ green 217 ◦ blue 42

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

Shades of Gorse #FED92A

Tints of Gorse #FED92A

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.3%

 BLUE value IS 42 (16.8% from 255) = 8.19%

R = 49.51%
G = 42.3%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.83

 K value IS 0.00

RGB Variations

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

Color information

#FED92A (or 0xFED92A) is known color: Gorse. HEX triplet: FE, D9 and 2A. RGB value is (254,217,42). Sum of RGB (Red+Green+Blue) = 254+217+42=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 42 (16.80% from 255 or 8.19% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FED92A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED92A is #0126D5. Grayscale: #D0D0D0. Windows color (decimal): -75478 or 2808318. OLE color: 2808318.

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

Color convert

RGB 254 217 42 -
CMYK 0 0.15 0.83 0.00
HSL 49.53º 0.99% 0.58% -
HSV(B) 49.53º 0.83% 1% -
XYZ 66.1 70.86 12.38 -
YUV 208.11 34.26 160.73 -
System Red Green Blue C M Y K H S L
Decimal 254 217 42 0 0.15 0.83 0.00 49.53 0.99 0.58
Hex FE D9 2A 0 F 53 0 32 63 3A
Octal 376 331 52 0 17 123 0 62 143 72
Binary 11111110 11011001 101010 0 1111 1010011 0 110010 1100011 111010

Color Harmonies of #FED92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED92A

Black with #FED92A

Text Example


Text Example

White with #FED92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED92A; }

 p { color: rgb(254,217,42); }

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

background-color css

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

 a { background-color: rgb(254,217,42); }

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

border-color css

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

 span { border-color: rgb(254,217,42); }

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