Html Css Color HEX #FAD45A Dandelion

📋 copy color: '#FAD45A'

red 250 ◦ green 212 ◦ blue 90

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

Shades of Dandelion #FAD45A

Tints of Dandelion #FAD45A

RGB

 RED value IS 250 (98.05% from 255) = 45.29%

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

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

R = 45.29%
G = 38.41%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FAD45A (or 0xFAD45A) is known color: Dandelion. HEX triplet: FA, D4 and 5A. RGB value is (250,212,90). Sum of RGB (Red+Green+Blue) = 250+212+90=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 90 (35.55% from 255 or 16.30% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD45A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD45A is #052BA5. Grayscale: #D1D1D1. Windows color (decimal): -338854 or 5952762. OLE color: 5952762.

HSL color Cylindrical-coordinate representation of color #FAD45A: hue angle of 45.75º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FAD45A is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 212 90 -
CMYK 0 0.15 0.64 0.02
HSL 45.75º 0.94% 0.67% -
HSV(B) 45.75º 0.64% 0.98% -
XYZ 64.81 68.15 19.41 -
YUV 209.45 60.59 156.92 -
System Red Green Blue C M Y K H S L
Decimal 250 212 90 0 0.15 0.64 0.02 45.75 0.94 0.67
Hex FA D4 5A 0 F 40 2 2E 5E 43
Octal 372 324 132 0 17 100 2 56 136 103
Binary 11111010 11010100 1011010 0 1111 1000000 10 101110 1011110 1000011

Color Harmonies of #FAD45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD45A

Black with #FAD45A

Text Example


Text Example

White with #FAD45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD45A; }

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

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

background-color css

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

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

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

border-color css

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

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

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