Html Css Color HEX #FACB63 Dandelion

📋 copy color: '#FACB63'

red 250 ◦ green 203 ◦ blue 99

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

Shades of Dandelion #FACB63

Tints of Dandelion #FACB63

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.78%

 BLUE value IS 99 (39.06% from 255) = 17.93%

R = 45.29%
G = 36.78%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FACB63 (or 0xFACB63) is known color: Dandelion. HEX triplet: FA, CB and 63. RGB value is (250,203,99). Sum of RGB (Red+Green+Blue) = 250+203+99=552 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.29% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 99 (39.06% from 255 or 17.93% from 552); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACB63 is #05349C. Grayscale: #CDCDCD. Windows color (decimal): -341149 or 6540282. OLE color: 6540282.

HSL color Cylindrical-coordinate representation of color #FACB63: hue angle of 41.32º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FACB63 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 203 99 -
CMYK 0 0.19 0.60 0.02
HSL 41.32º 0.94% 0.68% -
HSV(B) 41.32º 0.6% 0.98% -
XYZ 63.03 63.94 20.82 -
YUV 205.2 68.07 159.96 -
System Red Green Blue C M Y K H S L
Decimal 250 203 99 0 0.19 0.60 0.02 41.32 0.94 0.68
Hex FA CB 63 0 13 3C 2 29 5E 44
Octal 372 313 143 0 23 74 2 51 136 104
Binary 11111010 11001011 1100011 0 10011 111100 10 101001 1011110 1000100

Color Harmonies of #FACB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACB63

Black with #FACB63

Text Example


Text Example

White with #FACB63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACB63; }

 p { color: rgb(250,203,99); }

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

background-color css

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

 a { background-color: rgb(250,203,99); }

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

border-color css

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

 span { border-color: rgb(250,203,99); }

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