Html Css Color HEX #FED65F Dandelion

📋 copy color: '#FED65F'

red 254 ◦ green 214 ◦ blue 95

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

Shades of Dandelion #FED65F

Tints of Dandelion #FED65F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.01%

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

R = 45.12%
G = 38.01%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.63

 K value IS 0.00

RGB Variations

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

Color information

#FED65F (or 0xFED65F) is known color: Dandelion. HEX triplet: FE, D6 and 5F. RGB value is (254,214,95). Sum of RGB (Red+Green+Blue) = 254+214+95=563 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.12% from 563); Green value is 214 (83.98% from 255 or 38.01% from 563); Blue value is 95 (37.5% from 255 or 16.87% from 563); Max value from RGB is 254 - color contains mainly: red. Hex color #FED65F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED65F is #0129A0. Grayscale: #D4D4D4. Windows color (decimal): -76193 or 6280958. OLE color: 6280958.

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

Color convert

RGB 254 214 95 -
CMYK 0 0.16 0.63 0.00
HSL 44.91º 0.99% 0.68% -
HSV(B) 44.91º 0.63% 1% -
XYZ 66.99 69.99 20.81 -
YUV 212.39 61.75 157.68 -
System Red Green Blue C M Y K H S L
Decimal 254 214 95 0 0.16 0.63 0.00 44.91 0.99 0.68
Hex FE D6 5F 0 10 3F 0 2D 63 44
Octal 376 326 137 0 20 77 0 55 143 104
Binary 11111110 11010110 1011111 0 10000 111111 0 101101 1100011 1000100

Color Harmonies of #FED65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED65F

Black with #FED65F

Text Example


Text Example

White with #FED65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED65F; }

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

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

background-color css

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

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

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

border-color css

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

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

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