Html Css Color HEX #FED934 Gorse

📋 copy color: '#FED934'

red 254 ◦ green 217 ◦ blue 52

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

Shades of Gorse #FED934

Tints of Gorse #FED934

RGB

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

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

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

R = 48.57%
G = 41.49%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FED934 (or 0xFED934) is known color: Gorse. HEX triplet: FE, D9 and 34. RGB value is (254,217,52). Sum of RGB (Red+Green+Blue) = 254+217+52=523 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.57% from 523); Green value is 217 (85.16% from 255 or 41.49% from 523); Blue value is 52 (20.70% from 255 or 9.94% from 523); Max value from RGB is 254 - color contains mainly: red. Hex color #FED934 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED934 is #0126CB. Grayscale: #D1D1D1. Windows color (decimal): -75468 or 3463678. OLE color: 3463678.

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

Color convert

RGB 254 217 52 -
CMYK 0 0.15 0.80 0.00
HSL 49.01º 0.99% 0.6% -
HSV(B) 49.01º 0.8% 1% -
XYZ 66.31 70.94 13.45 -
YUV 209.25 39.26 159.92 -
System Red Green Blue C M Y K H S L
Decimal 254 217 52 0 0.15 0.80 0.00 49.01 0.99 0.6
Hex FE D9 34 0 F 50 0 31 63 3C
Octal 376 331 64 0 17 120 0 61 143 74
Binary 11111110 11011001 110100 0 1111 1010000 0 110001 1100011 111100

Color Harmonies of #FED934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED934

Black with #FED934

Text Example


Text Example

White with #FED934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED934; }

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

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

background-color css

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

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

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

border-color css

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

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

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