Html Css Color HEX #FED05F Dandelion

📋 copy color: '#FED05F'

red 254 ◦ green 208 ◦ blue 95

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

Shades of Dandelion #FED05F

Tints of Dandelion #FED05F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 17.06%

R = 45.6%
G = 37.34%
B = 17.06%

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

#FED05F (or 0xFED05F) is known color: Dandelion. HEX triplet: FE, D0 and 5F. RGB value is (254,208,95). Sum of RGB (Red+Green+Blue) = 254+208+95=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 208 (81.64% from 255 or 37.34% from 557); Blue value is 95 (37.5% from 255 or 17.06% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FED05F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED05F is #012FA0. Grayscale: #D1D1D1. Windows color (decimal): -77729 or 6279422. OLE color: 6279422.

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

Color convert

RGB 254 208 95 -
CMYK 0 0.18 0.63 0.00
HSL 42.64º 0.99% 0.68% -
HSV(B) 42.64º 0.63% 1% -
XYZ 65.49 67.01 20.31 -
YUV 208.87 63.74 160.19 -
System Red Green Blue C M Y K H S L
Decimal 254 208 95 0 0.18 0.63 0.00 42.64 0.99 0.68
Hex FE D0 5F 0 12 3F 0 2B 63 44
Octal 376 320 137 0 22 77 0 53 143 104
Binary 11111110 11010000 1011111 0 10010 111111 0 101011 1100011 1000100

Color Harmonies of #FED05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED05F

Black with #FED05F

Text Example


Text Example

White with #FED05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED05F; }

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

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

background-color css

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

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

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

border-color css

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

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

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