Html Css Color HEX #FED938 Gorse

📋 copy color: '#FED938'

red 254 ◦ green 217 ◦ blue 56

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

Shades of Gorse #FED938

Tints of Gorse #FED938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 10.63%

R = 48.2%
G = 41.18%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.78

 K value IS 0.00

RGB Variations

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

Color information

#FED938 (or 0xFED938) is known color: Gorse. HEX triplet: FE, D9 and 38. RGB value is (254,217,56). Sum of RGB (Red+Green+Blue) = 254+217+56=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 217 (85.16% from 255 or 41.18% from 527); Blue value is 56 (22.27% from 255 or 10.63% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FED938 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED938 is #0126C7. Grayscale: #D2D2D2. Windows color (decimal): -75464 or 3725822. OLE color: 3725822.

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

Color convert

RGB 254 217 56 -
CMYK 0 0.15 0.78 0.00
HSL 48.79º 0.99% 0.61% -
HSV(B) 48.79º 0.78% 1% -
XYZ 66.4 70.98 13.94 -
YUV 209.71 41.26 159.59 -
System Red Green Blue C M Y K H S L
Decimal 254 217 56 0 0.15 0.78 0.00 48.79 0.99 0.61
Hex FE D9 38 0 F 4E 0 31 63 3D
Octal 376 331 70 0 17 116 0 61 143 75
Binary 11111110 11011001 111000 0 1111 1001110 0 110001 1100011 111101

Color Harmonies of #FED938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED938

Black with #FED938

Text Example


Text Example

White with #FED938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED938; }

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

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

background-color css

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

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

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

border-color css

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

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

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