Html Css Color HEX #FAD067 Dandelion

📋 copy color: '#FAD067'

red 250 ◦ green 208 ◦ blue 103

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

Shades of Dandelion #FAD067

Tints of Dandelion #FAD067

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.08%

 BLUE value IS 103 (40.63% from 255) = 18.36%

R = 44.56%
G = 37.08%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FAD067 (or 0xFAD067) is known color: Dandelion. HEX triplet: FA, D0 and 67. RGB value is (250,208,103). Sum of RGB (Red+Green+Blue) = 250+208+103=561 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.56% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 103 (40.62% from 255 or 18.36% from 561); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD067 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAD067 is #052F98. Grayscale: #D1D1D1. Windows color (decimal): -339865 or 6803706. OLE color: 6803706.

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

Color convert

RGB 250 208 103 -
CMYK 0 0.17 0.59 0.02
HSL 42.86º 0.94% 0.69% -
HSV(B) 42.86º 0.59% 0.98% -
XYZ 64.43 66.42 22.26 -
YUV 208.59 68.41 157.54 -
System Red Green Blue C M Y K H S L
Decimal 250 208 103 0 0.17 0.59 0.02 42.86 0.94 0.69
Hex FA D0 67 0 11 3B 2 2B 5E 45
Octal 372 320 147 0 21 73 2 53 136 105
Binary 11111010 11010000 1100111 0 10001 111011 10 101011 1011110 1000101

Color Harmonies of #FAD067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD067

Black with #FAD067

Text Example


Text Example

White with #FAD067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD067; }

 p { color: rgb(250,208,103); }

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

background-color css

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

 a { background-color: rgb(250,208,103); }

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

border-color css

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

 span { border-color: rgb(250,208,103); }

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