Html Css Color HEX #FED364 Dandelion

📋 copy color: '#FED364'

red 254 ◦ green 211 ◦ blue 100

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

Shades of Dandelion #FED364

Tints of Dandelion #FED364

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.35%

 BLUE value IS 100 (39.45% from 255) = 17.7%

R = 44.96%
G = 37.35%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#FED364 (or 0xFED364) is known color: Dandelion. HEX triplet: FE, D3 and 64. RGB value is (254,211,100). Sum of RGB (Red+Green+Blue) = 254+211+100=565 (74% of max value = 765). Red value is 254 (99.61% from 255 or 44.96% from 565); Green value is 211 (82.81% from 255 or 37.35% from 565); Blue value is 100 (39.45% from 255 or 17.70% from 565); Max value from RGB is 254 - color contains mainly: red. Hex color #FED364 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED364 is #012C9B. Grayscale: #D3D3D3. Windows color (decimal): -76956 or 6607870. OLE color: 6607870.

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

Color convert

RGB 254 211 100 -
CMYK 0 0.17 0.61 0.00
HSL 43.25º 0.99% 0.69% -
HSV(B) 43.25º 0.61% 1% -
XYZ 66.47 68.58 21.79 -
YUV 211.2 65.25 158.53 -
System Red Green Blue C M Y K H S L
Decimal 254 211 100 0 0.17 0.61 0.00 43.25 0.99 0.69
Hex FE D3 64 0 11 3D 0 2B 63 45
Octal 376 323 144 0 21 75 0 53 143 105
Binary 11111110 11010011 1100100 0 10001 111101 0 101011 1100011 1000101

Color Harmonies of #FED364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED364

Black with #FED364

Text Example


Text Example

White with #FED364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED364; }

 p { color: rgb(254,211,100); }

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

background-color css

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

 a { background-color: rgb(254,211,100); }

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

border-color css

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

 span { border-color: rgb(254,211,100); }

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