Html Css Color HEX #FED45C Dandelion

📋 copy color: '#FED45C'

red 254 ◦ green 212 ◦ blue 92

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

Shades of Dandelion #FED45C

Tints of Dandelion #FED45C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.99%

 BLUE value IS 92 (36.33% from 255) = 16.49%

R = 45.52%
G = 37.99%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FED45C (or 0xFED45C) is known color: Dandelion. HEX triplet: FE, D4 and 5C. RGB value is (254,212,92). Sum of RGB (Red+Green+Blue) = 254+212+92=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 212 (83.20% from 255 or 37.99% from 558); Blue value is 92 (36.33% from 255 or 16.49% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FED45C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED45C is #012BA3. Grayscale: #D3D3D3. Windows color (decimal): -76708 or 6083838. OLE color: 6083838.

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

Color convert

RGB 254 212 92 -
CMYK 0 0.17 0.64 0.00
HSL 44.44º 0.99% 0.68% -
HSV(B) 44.44º 0.64% 1% -
XYZ 66.35 68.93 19.93 -
YUV 210.88 60.91 158.76 -
System Red Green Blue C M Y K H S L
Decimal 254 212 92 0 0.17 0.64 0.00 44.44 0.99 0.68
Hex FE D4 5C 0 11 40 0 2C 63 44
Octal 376 324 134 0 21 100 0 54 143 104
Binary 11111110 11010100 1011100 0 10001 1000000 0 101100 1100011 1000100

Color Harmonies of #FED45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED45C

Black with #FED45C

Text Example


Text Example

White with #FED45C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED45C; }

 p { color: rgb(254,212,92); }

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

background-color css

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

 a { background-color: rgb(254,212,92); }

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

border-color css

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

 span { border-color: rgb(254,212,92); }

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