Html Css Color HEX #FED942 Gorse

📋 copy color: '#FED942'

red 254 ◦ green 217 ◦ blue 66

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

Shades of Gorse #FED942

Tints of Gorse #FED942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.29%

R = 47.3%
G = 40.41%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FED942 (or 0xFED942) is known color: Gorse. HEX triplet: FE, D9 and 42. RGB value is (254,217,66). Sum of RGB (Red+Green+Blue) = 254+217+66=537 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.30% from 537); Green value is 217 (85.16% from 255 or 40.41% from 537); Blue value is 66 (26.17% from 255 or 12.29% from 537); Max value from RGB is 254 - color contains mainly: red. Hex color #FED942 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED942 is #0126BD. Grayscale: #D3D3D3. Windows color (decimal): -75454 or 4381182. OLE color: 4381182.

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

Color convert

RGB 254 217 66 -
CMYK 0 0.15 0.74 0.00
HSL 48.19º 0.99% 0.63% -
HSV(B) 48.19º 0.74% 1% -
XYZ 66.67 71.09 15.36 -
YUV 210.85 46.26 158.78 -
System Red Green Blue C M Y K H S L
Decimal 254 217 66 0 0.15 0.74 0.00 48.19 0.99 0.63
Hex FE D9 42 0 F 4A 0 30 63 3F
Octal 376 331 102 0 17 112 0 60 143 77
Binary 11111110 11011001 1000010 0 1111 1001010 0 110000 1100011 111111

Color Harmonies of #FED942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED942

Black with #FED942

Text Example


Text Example

White with #FED942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED942; }

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

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

background-color css

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

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

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

border-color css

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

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

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