Html Css Color HEX #FEDA38 Gorse

📋 copy color: '#FEDA38'

red 254 ◦ green 218 ◦ blue 56

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

Shades of Gorse #FEDA38

Tints of Gorse #FEDA38

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.29%

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

R = 48.11%
G = 41.29%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.78

 K value IS 0.00

RGB Variations

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

Color information

#FEDA38 (or 0xFEDA38) is known color: Gorse. HEX triplet: FE, DA and 38. RGB value is (254,218,56). Sum of RGB (Red+Green+Blue) = 254+218+56=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 218 (85.55% from 255 or 41.29% from 528); Blue value is 56 (22.27% from 255 or 10.61% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDA38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDA38 is #0125C7. Grayscale: #D2D2D2. Windows color (decimal): -75208 or 3726078. OLE color: 3726078.

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

Color convert

RGB 254 218 56 -
CMYK 0 0.14 0.78 0.00
HSL 49.09º 0.99% 0.61% -
HSV(B) 49.09º 0.78% 1% -
XYZ 66.66 71.5 14.03 -
YUV 210.3 40.93 159.17 -
System Red Green Blue C M Y K H S L
Decimal 254 218 56 0 0.14 0.78 0.00 49.09 0.99 0.61
Hex FE DA 38 0 E 4E 0 31 63 3D
Octal 376 332 70 0 16 116 0 61 143 75
Binary 11111110 11011010 111000 0 1110 1001110 0 110001 1100011 111101

Color Harmonies of #FEDA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDA38

Black with #FEDA38

Text Example


Text Example

White with #FEDA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDA38; }

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

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

background-color css

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

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

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

border-color css

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

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

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