Html Css Color HEX #FFD45A Dandelion

📋 copy color: '#FFD45A'

red 255 ◦ green 212 ◦ blue 90

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

Shades of Dandelion #FFD45A

Tints of Dandelion #FFD45A

RGB

 RED value IS 255 (100% from 255) = 45.78%

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

 BLUE value IS 90 (35.55% from 255) = 16.16%

R = 45.78%
G = 38.06%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.65

 K value IS 0

RGB Variations

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

Color information

#FFD45A (or 0xFFD45A) is known color: Dandelion. HEX triplet: FF, D4 and 5A. RGB value is (255,212,90). Sum of RGB (Red+Green+Blue) = 255+212+90=557 (73% of max value = 765). Red value is 255 (100% from 255 or 45.78% from 557); Green value is 212 (83.20% from 255 or 38.06% from 557); Blue value is 90 (35.55% from 255 or 16.16% from 557); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD45A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD45A is #002BA5. Grayscale: #D3D3D3. Windows color (decimal): -11174 or 5952767. OLE color: 5952767.

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

Color convert

RGB 255 212 90 -
CMYK 0 0.17 0.65 0
HSL 44.36º 1% 0.68% -
HSV(B) 44.36º 0.65% 1% -
XYZ 66.63 69.09 19.5 -
YUV 210.95 59.75 159.42 -
System Red Green Blue C M Y K H S L
Decimal 255 212 90 0 0.17 0.65 0 44.36 1 0.68
Hex FF D4 5A 0 11 41 0 2C 64 44
Octal 377 324 132 0 21 101 0 54 144 104
Binary 11111111 11010100 1011010 0 10001 1000001 0 101100 1100100 1000100

Color Harmonies of #FFD45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD45A

Black with #FFD45A

Text Example


Text Example

White with #FFD45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD45A; }

 p { color: rgb(255,212,90); }

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

background-color css

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

 a { background-color: rgb(255,212,90); }

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

border-color css

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

 span { border-color: rgb(255,212,90); }

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