Html Css Color HEX #FED45B Dandelion

📋 copy color: '#FED45B'

red 254 ◦ green 212 ◦ blue 91

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

Shades of Dandelion #FED45B

Tints of Dandelion #FED45B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 16.34%

R = 45.6%
G = 38.06%
B = 16.34%

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

#FED45B (or 0xFED45B) is known color: Dandelion. HEX triplet: FE, D4 and 5B. RGB value is (254,212,91). Sum of RGB (Red+Green+Blue) = 254+212+91=557 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.60% from 557); Green value is 212 (83.20% from 255 or 38.06% from 557); Blue value is 91 (35.94% from 255 or 16.34% from 557); Max value from RGB is 254 - color contains mainly: red. Hex color #FED45B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FED45B is #012BA4. Grayscale: #D3D3D3. Windows color (decimal): -76709 or 6018302. OLE color: 6018302.

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

Color convert

RGB 254 212 91 -
CMYK 0 0.17 0.64 0.00
HSL 44.54º 0.99% 0.68% -
HSV(B) 44.54º 0.64% 1% -
XYZ 66.3 68.91 19.7 -
YUV 210.76 60.41 158.84 -
System Red Green Blue C M Y K H S L
Decimal 254 212 91 0 0.17 0.64 0.00 44.54 0.99 0.68
Hex FE D4 5B 0 11 40 0 2D 63 44
Octal 376 324 133 0 21 100 0 55 143 104
Binary 11111110 11010100 1011011 0 10001 1000000 0 101101 1100011 1000100

Color Harmonies of #FED45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED45B

Black with #FED45B

Text Example


Text Example

White with #FED45B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED45B; }

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

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

background-color css

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

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

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

border-color css

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

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

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