Html Css Color HEX #FACA63 Dandelion

📋 copy color: '#FACA63'

red 250 ◦ green 202 ◦ blue 99

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

Shades of Dandelion #FACA63

Tints of Dandelion #FACA63

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.66%

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

R = 45.37%
G = 36.66%
B = 17.97%

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

#FACA63 (or 0xFACA63) is known color: Dandelion. HEX triplet: FA, CA and 63. RGB value is (250,202,99). Sum of RGB (Red+Green+Blue) = 250+202+99=551 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.37% from 551); Green value is 202 (79.30% from 255 or 36.66% from 551); Blue value is 99 (39.06% from 255 or 17.97% from 551); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FACA63 is #05359C. Grayscale: #CDCDCD. Windows color (decimal): -341405 or 6540026. OLE color: 6540026.

HSL color Cylindrical-coordinate representation of color #FACA63: hue angle of 40.93º 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 #FACA63 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 202 99 -
CMYK 0 0.19 0.60 0.02
HSL 40.93º 0.94% 0.68% -
HSV(B) 40.93º 0.6% 0.98% -
XYZ 62.8 63.47 20.74 -
YUV 204.61 68.4 160.38 -
System Red Green Blue C M Y K H S L
Decimal 250 202 99 0 0.19 0.60 0.02 40.93 0.94 0.68
Hex FA CA 63 0 13 3C 2 29 5E 44
Octal 372 312 143 0 23 74 2 51 136 104
Binary 11111010 11001010 1100011 0 10011 111100 10 101001 1011110 1000100

Color Harmonies of #FACA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA63

Black with #FACA63

Text Example


Text Example

White with #FACA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA63; }

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

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

background-color css

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

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

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

border-color css

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

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

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