Html Css Color HEX #FEDD38 Gorse

📋 copy color: '#FEDD38'

red 254 ◦ green 221 ◦ blue 56

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

Shades of Gorse #FEDD38

Tints of Gorse #FEDD38

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.62%

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

R = 47.83%
G = 41.62%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.00

RGB Variations

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

Color information

#FEDD38 (or 0xFEDD38) is known color: Gorse. HEX triplet: FE, DD and 38. RGB value is (254,221,56). Sum of RGB (Red+Green+Blue) = 254+221+56=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 56 (22.27% from 255 or 10.55% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD38 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEDD38 is #0122C7. Grayscale: #D4D4D4. Windows color (decimal): -74440 or 3726846. OLE color: 3726846.

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

Color convert

RGB 254 221 56 -
CMYK 0 0.13 0.78 0.00
HSL 50º 0.99% 0.61% -
HSV(B) 50º 0.78% 1% -
XYZ 67.44 73.07 14.29 -
YUV 212.06 39.93 157.92 -
System Red Green Blue C M Y K H S L
Decimal 254 221 56 0 0.13 0.78 0.00 50 0.99 0.61
Hex FE DD 38 0 D 4E 0 32 63 3D
Octal 376 335 70 0 15 116 0 62 143 75
Binary 11111110 11011101 111000 0 1101 1001110 0 110010 1100011 111101

Color Harmonies of #FEDD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD38

Black with #FEDD38

Text Example


Text Example

White with #FEDD38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD38; }

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

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

background-color css

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

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

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

border-color css

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

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

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