Html Css Color HEX #FED05E Dandelion

📋 copy color: '#FED05E'

red 254 ◦ green 208 ◦ blue 94

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

Shades of Dandelion #FED05E

Tints of Dandelion #FED05E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.41%

 BLUE value IS 94 (37.11% from 255) = 16.91%

R = 45.68%
G = 37.41%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FED05E (or 0xFED05E) is known color: Dandelion. HEX triplet: FE, D0 and 5E. RGB value is (254,208,94). Sum of RGB (Red+Green+Blue) = 254+208+94=556 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.68% from 556); Green value is 208 (81.64% from 255 or 37.41% from 556); Blue value is 94 (37.11% from 255 or 16.91% from 556); Max value from RGB is 254 - color contains mainly: red. Hex color #FED05E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED05E is #012FA1. Grayscale: #D1D1D1. Windows color (decimal): -77730 or 6213886. OLE color: 6213886.

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

Color convert

RGB 254 208 94 -
CMYK 0 0.18 0.63 0.00
HSL 42.75º 0.99% 0.68% -
HSV(B) 42.75º 0.63% 1% -
XYZ 65.45 66.99 20.07 -
YUV 208.76 63.24 160.27 -
System Red Green Blue C M Y K H S L
Decimal 254 208 94 0 0.18 0.63 0.00 42.75 0.99 0.68
Hex FE D0 5E 0 12 3F 0 2B 63 44
Octal 376 320 136 0 22 77 0 53 143 104
Binary 11111110 11010000 1011110 0 10010 111111 0 101011 1100011 1000100

Color Harmonies of #FED05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED05E

Black with #FED05E

Text Example


Text Example

White with #FED05E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED05E; }

 p { color: rgb(254,208,94); }

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

background-color css

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

 a { background-color: rgb(254,208,94); }

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

border-color css

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

 span { border-color: rgb(254,208,94); }

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