Html Css Color HEX #FED55C Dandelion

📋 copy color: '#FED55C'

red 254 ◦ green 213 ◦ blue 92

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

Shades of Dandelion #FED55C

Tints of Dandelion #FED55C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.1%

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

R = 45.44%
G = 38.1%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#FED55C (or 0xFED55C) is known color: Dandelion. HEX triplet: FE, D5 and 5C. RGB value is (254,213,92). Sum of RGB (Red+Green+Blue) = 254+213+92=559 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.44% from 559); Green value is 213 (83.59% from 255 or 38.10% from 559); Blue value is 92 (36.33% from 255 or 16.46% from 559); Max value from RGB is 254 - color contains mainly: red. Hex color #FED55C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED55C is #012AA3. Grayscale: #D3D3D3. Windows color (decimal): -76452 or 6084094. OLE color: 6084094.

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

Color convert

RGB 254 213 92 -
CMYK 0 0.16 0.64 0.00
HSL 44.81º 0.99% 0.68% -
HSV(B) 44.81º 0.64% 1% -
XYZ 66.6 69.43 20.02 -
YUV 211.47 60.58 158.34 -
System Red Green Blue C M Y K H S L
Decimal 254 213 92 0 0.16 0.64 0.00 44.81 0.99 0.68
Hex FE D5 5C 0 10 40 0 2D 63 44
Octal 376 325 134 0 20 100 0 55 143 104
Binary 11111110 11010101 1011100 0 10000 1000000 0 101101 1100011 1000100

Color Harmonies of #FED55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED55C

Black with #FED55C

Text Example


Text Example

White with #FED55C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED55C; }

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

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

background-color css

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

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

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

border-color css

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

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

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